1
0
Fork 0
isopod.cool/stuff/beat/time.php

4 lines
63 B
PHP

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