Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: kyle coburn on October 13, 2002, 12:22:32 PM

Title: /proc/uptime QUESTION
Post by: kyle coburn on October 13, 2002, 12:22:32 PM
why doesnt this script work on my SME server?

http://code.blitzaffe.com/php.php#svrstat


also why doesnt this work when i put it at the bottom of my HTML pages?
I am a newbie here... am i doing somthing wrong, i put it at the bottom of my pages, just above the

 

echo "Last modified: " . date( "d.m.Y", getlastmod() );

?>

am i doing somthing wrong, or is PHP not working on my machine?

-kyle
Title: Re: /proc/uptime QUESTION
Post by: Luke Drumm on October 15, 2002, 03:24:59 AM
I think this might answer your question:

http://www.php.net/manual/en/function.getlastmod.php
(in particular the comments near the end)

Regards,
Luke