demo_basic/index.php

5 lines
200 B
PHP

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