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