summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
Commit message (Collapse)AuthorAgeFilesLines
* un-break SVG graphs on non-Firefox browsersChris Buechler2008-12-281-4/+1
|
* Require user authScott Ullrich2008-11-061-0/+5
|
* MFCScott Ullrich2008-09-161-0/+5
| | | | Fix 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.3Scott Ullrich2007-11-031-0/+1
| | | | | | Tested-by: hoba Ticket #1496
* Back out counter wrap fix from ticket 1494 as it causes more issues thenSeth Mos2007-11-011-12/+2
| | | | we were trying to solve.
* Fix courtesey of Billm, hackathon 2007 conversation.Seth Mos2007-10-291-2/+2
| | | | Forgotten commit.
* Fix for Ticket #1494 was committed from my first stab at the fix and not the ↵Bill Marquette2007-10-261-2/+2
| | | | actual fixed code and ended up in ticket #1496
* Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + ↵Bill Marquette2007-10-181-2/+12
| | | | current, not some massive negative number
* Increase default time from 1 second to 3 which is far too short.Scott Ullrich2007-07-061-1/+1
|
* Allow graph to receive incoming refresh interval. Default is 1 sec.Scott Dale2007-05-241-1/+4
|
* Update graph refresh interval to 3 seconds from 1.Scott Ullrich2007-05-241-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-02-271-1/+0
|
* Revert old codeScott Ullrich2006-02-261-1/+2
|
* Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to ↵Scott Ullrich2006-02-261-1/+1
| | | | fix Ticket #828
* s/2.5/1/Scott Ullrich2006-01-261-1/+1
|
* Port ifstats.c over to php.Scott Ullrich2006-01-251-2/+2
| | | | Ticket #784
* Sync w/ m0n0wall 1.21Scott Ullrich2006-01-171-2/+3
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Use pretty pfsense colorsScott Ullrich2005-12-031-7/+7
|
* stats.cgi -> ifstats.cgiScott Ullrich2005-12-031-1/+1
|
* Support 1.5 native svg viewer in FFScott Ullrich2005-12-031-260/+281
|
* Ticket #339: better fix, it's the nocache headers that are killing this inBill Marquette2005-08-131-2/+3
| | | | https
* We should still require authentication thoughBill Marquette2005-08-131-0/+3
|
* Ticket #339: IE6 doesn't like us including guiconfig.inc when we do httpsBill Marquette2005-08-131-2/+0
| | | | | Removing it doesn't appear to have broken anything both IE and FF now work
* Include guiconfig.inc so we can use auth.incBill Marquette2005-05-161-0/+2
|
* Add $Id$ tagBill Marquette2005-03-271-1/+2
|
* add pfSense copyright, attribute Manuel Kasper and T. LechatScott Ullrich2004-11-101-2/+2
|
* change graphing colorsScott Ullrich2004-11-101-22/+22
|
* Initial revisionScott Ullrich2004-11-071-0/+325
OpenPOWER on IntegriCloud