From ce2c625dccabee0423ab91cb6ba6ba11d367c0a6 Mon Sep 17 00:00:00 2001 From: rylon Date: Tue, 19 May 2015 14:37:59 +0200 Subject: [PATCH] included saimod_webcraft_billing_satelite, corrected autoloads --- .gitmodules | 3 +++ api.php | 2 +- index.php | 2 +- rhein/{autoload.inc.php => autoload.inc} | 2 +- rhein/sai/autoload.inc | 6 ++++++ rhein/sai/autoload.inc.php | 6 ------ rhein/sai/register_modules.php | 4 ---- rhein/sai/saimod_webcraft_billing_satelite | 1 + sai.php | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) rename rhein/{autoload.inc.php => autoload.inc} (86%) create mode 100644 rhein/sai/autoload.inc delete mode 100644 rhein/sai/autoload.inc.php delete mode 100644 rhein/sai/register_modules.php create mode 160000 rhein/sai/saimod_webcraft_billing_satelite diff --git a/.gitmodules b/.gitmodules index 8220a5c..a9196f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/system"] path = lib/system url = git@mojotrollz.eu:system.git +[submodule "rhein/sai/saimod_webcraft_billing_satelite"] + path = rhein/sai/saimod_webcraft_billing_satelite + url = git@mojotrollz.eu:webcraft/saimod_webcraft_billing_satelite.git diff --git a/api.php b/api.php index 6f4f33f..948a0aa 100644 --- a/api.php +++ b/api.php @@ -1,6 +1,6 @@