asd
This commit is contained in:
6
public/admin/ping.php
Normal file
6
public/admin/ping.php
Normal 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";
|
||||||
Reference in New Issue
Block a user