Ulf Gebhardt 5a0e649de1
remove several duplications, fix typo
fix duplicate call of system::start (included in index.inc) and correct
spelling for successfully
2024-11-20 01:09:57 +01:00

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.");