7 lines
141 B
PHP
Executable File
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";
|