1
0
Fork 0
isopod.cool/stuff/beat/time.php
2024-09-30 13:29:41 -06:00

4 lines
No EOL
63 B
PHP
Executable file

<?php
header('Content-Type:text/plain');
echo '@'.date("B");
?>