From c32d76ef31f459e70d3d991e23f8292fe5ff73c5 Mon Sep 17 00:00:00 2001 From: rylon Date: Wed, 20 May 2015 17:37:24 +0200 Subject: [PATCH] system reference updated config excluded, old reference deleted --- .gitmodules | 3 +++ api.php | 8 ++++---- config.php | 19 ------------------- index.php | 12 ++++++------ lib/system | 1 + sai.php | 12 ++++-------- system | 1 - 7 files changed, 18 insertions(+), 38 deletions(-) create mode 100644 .gitmodules delete mode 100644 config.php create mode 160000 lib/system delete mode 160000 system diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8220a5c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/system"] + path = lib/system + url = git@mojotrollz.eu:system.git diff --git a/api.php b/api.php index 07053dd..c3c25a7 100644 --- a/api.php +++ b/api.php @@ -1,9 +1,9 @@ uVote, © WebCraft Media 2013'), - array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_LANGS, array('deDE', 'enUS')), - array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DEFAULT_LANG, 'deDE')); \ No newline at end of file diff --git a/index.php b/index.php index 7fc9a1f..a99353e 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,13 @@ html(); +echo \SYSTEM\API\api::run('\SYSTEM\API\verify','page_uvote',array_merge($_POST,$_GET),1,false,true); new \SYSTEM\LOG\COUNTER("Page was called sucessfully."); \ No newline at end of file diff --git a/lib/system b/lib/system new file mode 160000 index 0000000..90ce83b --- /dev/null +++ b/lib/system @@ -0,0 +1 @@ +Subproject commit 90ce83ba36c6081b1395b555575260cb13358693 diff --git a/sai.php b/sai.php index 63c1dee..7c56988 100644 --- a/sai.php +++ b/sai.php @@ -1,17 +1,13 @@ html(); \ No newline at end of file diff --git a/system b/system deleted file mode 160000 index c61ed75..0000000 --- a/system +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c61ed753e0b7150c61852ea7e470676153f8654b