Files
2026-02-09 01:38:39 +01:00

7 lines
141 B
PHP
Executable File

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