summaryrefslogtreecommitdiffstats
path: root/usr/local/www/getstats.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | 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.
* Code style usr-local-www back-endPhil Davis2015-04-191-25/+25
| | | | files that do stuff in mostly in the background.
* 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
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* Add no cache headerScott Ullrich2011-09-121-0/+6
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Premature commit...remove the copy/paste-o'sBill Marquette2009-03-141-5/+5
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-141-0/+40
This eliminates one AJAX library, but not all "non-Prototype" AJAX code
OpenPOWER on IntegriCloud