mojotrollz: call counter

This commit is contained in:
Ulf Gebhardt 2014-06-12 02:05:26 +02:00
parent d27abc39d7
commit c2015785da
2 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,5 @@ if(!$json){
//Construct the api with the dasense specific ApiVerfy Class and the call handler for da-sense api-calls ApiClass
//ApiClass contains all stuff you would seek in the index -> look there
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'api_mojotrollz',$json);
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'api_mojotrollz',$json);
new \SYSTEM\LOG\COUNTER("API was called sucessfully.");

View File

@ -10,3 +10,4 @@ SYSTEM\system::start($mojotrollz_config);
\SYSTEM\system::include_ResultShortcut();
echo \SYSTEM\API\api::run('\SYSTEM\API\verify','page_mojotrollz',array_merge($_POST,$_GET),1,false,true)->html();
new \SYSTEM\LOG\COUNTER("Page was called sucessfully.");