mojotrollz: call counter
This commit is contained in:
parent
d27abc39d7
commit
c2015785da
1
api.php
1
api.php
@ -17,3 +17,4 @@ if(!$json){
|
|||||||
//Construct the api with the dasense specific ApiVerfy Class and the call handler for da-sense api-calls ApiClass
|
//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
|
//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.");
|
||||||
@ -10,3 +10,4 @@ SYSTEM\system::start($mojotrollz_config);
|
|||||||
\SYSTEM\system::include_ResultShortcut();
|
\SYSTEM\system::include_ResultShortcut();
|
||||||
|
|
||||||
echo \SYSTEM\API\api::run('\SYSTEM\API\verify','page_mojotrollz',array_merge($_POST,$_GET),1,false,true)->html();
|
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.");
|
||||||
Loading…
x
Reference in New Issue
Block a user