5 lines
196 B
PHP
5 lines
196 B
PHP
<?php
|
|
require_once 'index.inc';
|
|
|
|
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_slingit', array_merge($_POST,$_GET), 1, true, true);
|
|
new \SYSTEM\LOG\COUNTER("Page was called sucessfully."); |