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