inserted counter for page/api call counting: uVote, pokerstats, danube:api

This commit is contained in:
Ulf Gebhardt 2014-01-24 22:43:51 +01:00
parent 37b2f60a81
commit 83a8b83c3a

View File

@ -10,4 +10,5 @@ require_once 'config.php';
\SYSTEM\system::include_ExceptionShortcut(); //allow ERROR() instead of \SYSTEM\LOG\ERROR()
\SYSTEM\system::include_ResultShortcut(); //allow JsonResult() instead of \SYSTEM\LOG\JsonResult()
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'api_danube',\array_merge($_POST,$_GET));
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'api_danube',\array_merge($_POST,$_GET));
new \SYSTEM\LOG\COUNTER("API was called sucessfully.");