$excusefile = 'includes/excuses.txt'; function excuse($excusefile) { if (!$excuses = @file($excusefile)) return "couldn't read excuse file '$excusefile'"; mt_srand((double)microtime()*1000000); return $excuses[mt_rand(0, count($excuses)-1)]; } ?>
|
$fp = "/var/www/html/index.php";
$modified = stat($fp);
$msg = "Last modified:";
$msg .= date("l, F dS Y",$modified[9]);
echo $msg;
?>
E-Mail the webmaster : webmaster@dogbert.wsc.ma.edu |
|