Define guiconfig.inc early on.
Add $Id$ tag
Mount flash r/w to remove /usr/local/www/trigger_initial_wizard
Add a redirection notice for embedded users that the wizard is slower than the normal gui. Also note that the user can click on the pfSense logo in the wizard to bypass the wizard process.
Write out all javascript updates in one batch instead of updating the uptime before the sleep statements.
Those that don't have Soekris boxes shouldn't be getting temp updates!
memusagemeter not memmeter
Created functions for most graphs (memory isn't done yet) to remove some code duplicationTemp graph, mem graph, and uptime are now dynamic (inline with cpu usage)swap still needs to be done (maybe config change also)
stub in net4801 temp monitor - this needs worktouch /etc/48xx if you want to play
No need to kill pfctl
Woops, redirec to index.cgi
Redirect back to the main status page after 120 updates
Use connection_aborted to detect if client still has index.php open. Use a 3 second sleep loop to DYNAMICALLY update the cpu status meter. Who needs SVG?
Show user that the cpu percentage will automatically be updated in 3 seconds
Turn the stats line into a comment for further debugging if need be.
Add 1 to each value to make sure we dont divide by 0. grape's math teacher thanks us.
Do not sleep for 3 seconds during the pages initial load. Instead sleep after the entire page has been rendered to find the cpu usage and use some javascript kung-fu to set the graphs accordingly
no need to use rm - php has unlink()
sleep for 3 seconds on status page giving the machine a little breathing room to calculate cpu usage correctly.
Top frame was much too large for logo. Shorten it down and add a break between table rows.
m0n0wall -> pfSense
Noticed-by: Brian
Add swap space graph to main status screen.
Update a few (C)
Use original logo, do not resize.
Wizard.xml -> wizard.php
Update (C) info.
Redirect to the initial setup wizard on the first time the web gui is accessed.
no need to scale the logo up REALLY large. let it scale its normal size.
Initial revision