debugging help
This commit is contained in:
parent
1881c07860
commit
b5e550cb5c
6 changed files with 205 additions and 7 deletions
|
|
@ -68,5 +68,5 @@ if ($seconds == 0) {
|
|||
$seconds = "";
|
||||
}
|
||||
$indexuptime = $days . ' ' . $hours . ' ' . $minutes . ' ' . $seconds;
|
||||
$indexuptimesince = date('F jS, Y. h:i A', $upsince);
|
||||
$indexuptimesince = date('F jS, Y. h:i A', is_numeric($upsince) ? (int)$upsince : strtotime((string)$upsince));
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue