diff --git a/api.php b/api.php index 532711e..8279c28 100644 --- a/api.php +++ b/api.php @@ -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)); \ No newline at end of file +echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'api_danube',\array_merge($_POST,$_GET)); +new \SYSTEM\LOG\COUNTER("API was called sucessfully."); \ No newline at end of file