Updates page current time
Hi!
Would it be possible to add the current time to the updates page?
Code:
Exmaple:

Would it be possible to add the current time to the updates page?
Code:
- Code: Select all
<?php
$time = date('m/d/Y H:i');
echo 'Current date/time: '.$time;
?>
Exmaple:
