This commit is contained in:
2025-12-08 02:39:40 +01:00
parent 128c73975d
commit ebc526c8dc

6
public/admin/ping.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
declare(strict_types=1);
header('Content-Type: text/plain; charset=utf-8');
echo "admin ping ok\n";
echo 'Time: ' . date('c') . "\n";