comment out example thingy

This commit is contained in:
Shish 2009-05-08 04:45:23 -07:00
parent 561c9fdbb7
commit f592167c6a

View File

@ -113,12 +113,14 @@ class LogEvent extends Event {
$this->time = time();
// this should be an extension
/*
$ftime = date("Y-m-d H:i:s", $this->time);
$username = $context->user->name;
$ip = $_SERVER['REMOTE_ADDR'];
$fp = fopen("shimmie.log", "a");
fputs($fp, "$ftime\t$section/$priority\t$username/$ip\t$message\n");
fclose($fp);
*/
}
}
?>