summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_zones_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style www services captive portalPhil Davis2015-05-241-2/+3
|
* Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-161-1/+1
| | | | | | String replacement: s/Ermal L.../Ermal Luçi/g
* 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
|
* fix up textChris Buechler2014-11-051-1/+1
|
* Tidy up "services_captiveportal_zones.php" XHTMLColin Fleming2014-04-031-5/+5
| | | | | | | | | | Add SUMMARY to tables Close IMG and add ALT Close INPUT Move NOWRAP to class Deprecate ampersand Swap BODY with php statement Remove redundant closing TR and TABLE
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* 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.
* Implement privilege for allowing login through CPRenato Botelho2013-02-071-0/+1
| | | | | | | - The feature is optional, on by default for new zones, off for current ones when upgrading It should fix #1010
* Indent and whitespaces changesRenato Botelho2013-02-071-37/+39
|
* The context creation and memmber interfaces are only used during rules ↵Ermal2012-11-231-4/+0
| | | | creation so make that contained only in init_rules and rule creation functions
* Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵Ermal2012-11-221-2/+1
| | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* zone names can only contain A-Z a-z 0-9 _.Darren Embry2012-07-261-3/+3
|
* validate that zone name doesn't contain spaces.Darren Embry2012-07-261-0/+4
| | | | fixes #2560
* To avoid any possible issues during the different paths of the workflow ↵Ermal2011-09-151-0/+5
| | | | create the zone since its first step
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-0/+117
different properties on different interfaces.
OpenPOWER on IntegriCloud