diff --git a/api.php b/api.php index f6d8890..1a14d4a 100644 --- a/api.php +++ b/api.php @@ -9,5 +9,5 @@ SYSTEM\system::start($neopolimatrix_config); \SYSTEM\system::register_errorhandler_dbwriter(); \SYSTEM\system::register_errorhandler_jsonoutput(); -echo \SYSTEM\API\api::run('\SYSTEM\API\verify','api_rhein',array_merge($_POST,$_GET)); +echo \SYSTEM\API\api::run('\SYSTEM\API\verify','api_neopolimatrix',array_merge($_POST,$_GET)); new \SYSTEM\LOG\COUNTER("API was called sucessfully."); \ No newline at end of file diff --git a/config.php b/config.php index 5657adb..1d4cd79 100644 --- a/config.php +++ b/config.php @@ -1,6 +1,6 @@ fewo rhein © WebCraft Media 2013'), + array(config_ids::SYS_SAI_CONFIG_BASEURL, 'http://mojotrollz.eu/web/neopolimatrix/sai.php?'), + array(config_ids::SYS_SAI_CONFIG_TITLE, 'Neopolimatrix - Admin Bereich'), + array(config_ids::SYS_SAI_CONFIG_COPYRIGHT, ' © WebCraft Media 2013'), array(config_ids::SYS_CONFIG_PATH_SYSTEMPATHREL, 'system/'), array(config_ids::SYS_CONFIG_LANGS, array('deDE')), array(config_ids::SYS_CONFIG_DEFAULT_LANG, 'deDE'), + array(config_ids::WEBCRAFT_BILLING_TOKEN, ''), array(config_ids::SYS_CRON_LOG2SQLITE_PATH, '/home/web/webdir/neopolimatrix/neopolimatrix/files/log/')); \ No newline at end of file diff --git a/neopolimatrix/path/PLIB.php b/neopolimatrix/path/PLIB.php new file mode 100644 index 0000000..1242778 --- /dev/null +++ b/neopolimatrix/path/PLIB.php @@ -0,0 +1,5 @@ +