summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_vouchers_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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