mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Update more!
This commit is contained in:
parent
4e4001cf00
commit
964a4e879c
2 changed files with 16 additions and 4 deletions
|
@ -123,7 +123,7 @@ if(isset($_GET['FORUM']) && !isset($_GET['VIEWID'])){
|
|||
$daysAgo = $difference/86400;
|
||||
|
||||
if($secsAgo <= 60)
|
||||
echo('<FONT COLOR=880000><B>'.number_format((float)$minsAgo, 0, '.', '').' sec ago</B></FONT>');
|
||||
echo('<FONT COLOR=880000><B>'.number_format((float)$secsAgo, 0, '.', '').' sec ago</B></FONT>');
|
||||
else if($minsAgo <= 1440)
|
||||
echo('<FONT COLOR=880000><B>'.number_format((float)$minsAgo, 0, '.', '').' min ago</B></FONT>');
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue