summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove errant bracket from character class.NOYB2016-01-051-1/+1
|
* HTML Compliance - Firewall / NAT / Outbound / EditNOYB2016-01-051-8/+8
| | | | | | | | | | | | | | | | | | Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class <input class="form-control" name="source" id="source" type="text" pattern="[0-9, a-z, A-Z and ."> <input class="form-control" name="destination" id="destination" type="text" value="" pattern="[0-9, a-z, A-Z and ."> Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.) Contexts in which element ul may be used: Where flow content is expected. Content model for element span: Phrasing content. Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.) Contexts in which element br may be used: Where phrasing content is expected. Content model for element ul: Zero or more li and script-supporting elements.
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* 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
* Coe style firewall *Phil Davis2015-12-141-16/+25
|
* 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.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* fix textChris Buechler2015-11-111-2/+2
|
* Fix calls to ipsec_enabled() added in 179ab6b364Renato Botelho2015-11-101-0/+1
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-3/+2
| | | | Mostly when dealing with enc0 interface.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-3/+3
|
* Fixed #5347Stephen Beaver2015-10-271-16/+16
|
* Fix source type on edit of NAT outbound rulePhil Davis2015-10-271-1/+1
| | | Redmine #5347 part (1)
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-46/+0
|
* allow port ranges for natport. Ticket #5156Chris Buechler2015-09-171-1/+1
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-5/+1
| | | | | | | - Remove PPTP server and all related code - Bump config version 12.2 - Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
* Revised all pages with autocomplete to accommodate host names in validation ↵Stephen Beaver2015-09-111-9/+7
| | | | and change port inputs to 'text'
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-0/+11
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-16/+16
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-16/+16
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-552/+498
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+905
OpenPOWER on IntegriCloud