summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph_cpu.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-102/+108
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* More www code style oddmentsPhil Davis2015-04-201-7/+6
|
* Remove pre-check and post-check from Cache-ControlJose Luis Duran2015-04-141-1/+1
| | | | | | | If both `post-check` and `pre-check` are specified and set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Combine Cache-Control header in one lineJose Luis Duran2015-04-141-2/+1
| | | | | | | | | | | | | Sorted by RFC 2616: Section 14.9.1 `no-cache` Section 14.9.2 `no-store` Section 14.9.4 `must-revalidate` Combined into one line with IE's `pre-check` and `post-check`. However, when both set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Add missing encoding, as suggested by yakarRenato Botelho2015-03-231-1/+1
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Auto codeset change for pfsense-utils.inctechnical502013-05-101-1/+1
| | | Codeset auto checking pfsense-utils.inc do not need anymore
* Enforce session establishment.Ermal2011-03-041-0/+2
|
* Fix gettext implementation on graph_cpu.phpCarlos Eduardo Ramos2010-07-301-3/+3
|
* Implement gettext() calls on graph_cpu.phpCarlos Eduardo Ramos2010-07-301-5/+5
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Workaround agressive cache of firefox by adding some options in the header. ↵Ermal Luçi2008-09-201-1/+5
| | | | this is the same issue as the traffic graph one.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Update colors to match pfSenseScott Ullrich2007-05-241-2/+2
|
* Add SVG CPU Graph Obtained-from: m0n0wallScott Ullrich2007-05-241-0/+189
OpenPOWER on IntegriCloud