Folders renumbered
@@ -0,0 +1,9 @@
<?php
$temp = "The date is ";
echo $temp . longdate(time());
function longdate($timestamp)
{
return date("l F jS Y", $timestamp);
}
?>
The note is not visible to the blocked user.