un-break SVG graphs on non-Firefox browsers
Require user auth
MFCFix the Traffic Graph for Firefox case, which caches agressively and makes the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.
Revert graph.php back to 1.8.2.10.2.3
Tested-by: hoba
Ticket #1496
Back out counter wrap fix from ticket 1494 as it causes more issues thenwe were trying to solve.
Fix courtesey of Billm, hackathon 2007 conversation.Forgotten commit.
Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496
Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + current, not some massive negative number
Increase default time from 1 second to 3 which is far too short.
Allow graph to receive incoming refresh interval. Default is 1 sec.
Update graph refresh interval to 3 seconds from 1.
Remove #!/usr/local/bin/php
Revert old code
Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to fix Ticket #828
s/2.5/1/
Port ifstats.c over to php.
Ticket #784
Sync w/ m0n0wall 1.21
Use pretty pfsense colors
stats.cgi -> ifstats.cgi
Support 1.5 native svg viewer in FF
Ticket #339: better fix, it's the nocache headers that are killing this inhttps
We should still require authentication though
Ticket #339: IE6 doesn't like us including guiconfig.inc when we do httpsRemoving it doesn't appear to have broken anything both IE and FF nowwork
Include guiconfig.inc so we can use auth.inc
Add $Id$ tag
add pfSense copyright, attribute Manuel Kasper and T. Lechat
change graphing colors
Initial revision