summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_vouchers_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-230/+0
|
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | 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 www services captive portalPhil Davis2015-05-241-126/+135
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+3
| | | | | 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-1/+2
|
* Tidy up "services_captiveportal_vouchers" XHTMLColin Fleming2014-04-031-7/+10
| | | | | | | | | | | Add closehead varaiable, move script into HEAD and close HEAD manually Add BODY Remove unordered list tag Update HTML Boolean Operators Close INPUT Deprecate ampersand Close IMG and add ALT Add CDATA sections to script
* xhtml Complianceayvis2014-03-141-4/+4
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Use descr as the field name for voucher description so it gets CDATA ↵Ermal2014-02-171-3/+3
| | | | protection. Fixes #3441
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-1/+1
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-7/+23
| | | | different properties on different interfaces.
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | order of the inserted strings.
* Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
|
* Corrections gettext calls on services_captiveportal_vouchers_edit.phpRafael Lucas2010-07-231-2/+2
|
* Implement gettext() calls on services_captiveportal_vouchers_edit.phpCarlos Eduardo Ramos2010-07-141-15/+16
|
* Add status/log links to Captive Portal pagesjim-p2010-06-021-0/+3
|
* Do not allow duplicate Roll #'sScott Ullrich2010-05-201-0/+8
|
* Include commonly used .inc files such as filter.inc, shaper.inc, etcScott Ullrich2009-11-241-1/+4
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* 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
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-0/+182
Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
OpenPOWER on IntegriCloud