pfSense 1.2.x MOD : Displaying time in Web Admin page

This mod is unsupported, and I’m not responsible for any loss
Source :http://forum.pfsense.org/index.php/topic,12063.msg66046.html#msg66046
edit /usr/local/www/index.phpmake a new line before
System Overview
and add 
Code:
exec(“/bin/date”, $dateOutput, $dateStatus);$currentDate = $dateOutput[0];?>
and change
Quote
         Platform         
to
Quote
         Platform / Current Date           /
Save
Technorati Tags: pfSense