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