danube uses \SYSTEM\LOG\COUNTER
This commit is contained in:
parent
b4927d6f3a
commit
a1b3244618
@ -12,5 +12,4 @@ SYSTEM\system::include_ResultShortcut();
|
|||||||
//$page = new \SYSTEM\PAGE\PageApi(new SYSTEM\API\verify(), new PageApi());
|
//$page = new \SYSTEM\PAGE\PageApi(new SYSTEM\API\verify(), new PageApi());
|
||||||
//echo $page->CALL(array_merge($_POST,$_GET))->html();
|
//echo $page->CALL(array_merge($_POST,$_GET))->html();
|
||||||
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_danube', array_merge($_POST,$_GET),1,false,true)->html();
|
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_danube', array_merge($_POST,$_GET),1,false,true)->html();
|
||||||
|
new \SYSTEM\LOG\COUNTER("Page was called sucessfully.");
|
||||||
new INFO('Page was called sucessfully.');
|
|
||||||
Reference in New Issue
Block a user