fix duplicate call of system::start (included in index.inc) and correct spelling for successfully
5 lines
191 B
PHP
5 lines
191 B
PHP
<?php
|
|
require_once 'index.inc';
|
|
|
|
echo \SYSTEM\API\api::run(\SYSTEM\API\verify::class,api_mojotrollz::class,array_merge($_POST,$_GET));
|
|
new \SYSTEM\LOG\COUNTER("API was called successfully."); |