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

4 lines
63 B
PHP
Raw Normal View History

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