summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_captiveportal_vouchers.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix up validation and encoding on Captive Portal status pages. Fixes #7019jim-p2016-12-171-10/+15
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-4/+4
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278Renato Botelho2016-05-121-0/+1
|
* Fix online user counts for CP/Vouchers. Fixes #5978jim-p2016-03-111-21/+24
|
* Escape ampersands in links - part 2NewEraCracker2016-02-151-5/+5
|
* Perform HTML entity translationsk-paulius2016-02-141-5/+5
|
* Need to pass zone in the GET params so we don't get redirected to ↵k-paulius2016-02-141-5/+5
| | | | status_captiveportal.php
* Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + ↵k-paulius2016-02-141-1/+1
| | | | it is obvious what it is
* Show zone name in the breadcrumb just like it is shown on Services->Captive ↵k-paulius2016-02-131-1/+1
| | | | Portal pages.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+1
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-24/+51
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-43/+39
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+150
OpenPOWER on IntegriCloud