mojotrollz.eu/index.php
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
201 B
PHP

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