2019-08-22 23:00:15 +02:00

5 lines
205 B
PHP

<?php
require_once 'autoload.inc';
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_neopolimatrix', array_merge($_POST,$_GET), 1, true, true);
new \SYSTEM\LOG\COUNTER("Page was called sucessfully.");