Update more!

This commit is contained in:
SilicaAndPina 2021-07-10 04:49:14 +12:00
parent 4e4001cf00
commit 964a4e879c
2 changed files with 16 additions and 4 deletions

View file

@ -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