summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wireless_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* xhtml Complianceayvis2014-03-141-1/+1
| | | 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
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Tidy up "interfaces_wireless_edit.php" XHTMLColin Fleming2013-04-151-10/+10
| | | | | Close INPUT tags Update HTML boolean operators
* Update PHP shorthand tagColin Fleming2013-01-141-3/+3
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Add extra checks for reading and saving certain wireless settings and fix an ↵Erik Fonnesbeck2012-12-081-0/+2
| | | | existing check.
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-021-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* 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.
* Checked gettext() implementation on interfaces_wireless_edit.phpCarlos Eduardo Ramos2010-07-121-2/+2
|
* Implement gettext() callsRafael Lucas2010-06-301-16/+16
|
* Sort opt10+ and wlan10+ more like the way that would be expected.Erik Fonnesbeck2010-03-111-1/+1
|
* Add more descriptive mode names to the error messages.Erik Fonnesbeck2010-03-021-1/+1
|
* Use wireless_regex instead, because is_interface_wireless appears to be ↵Erik Fonnesbeck2010-03-021-1/+1
| | | | intended for assigned interfaces only.
* Change clone_inuse to function in the same style as the other *_inuse ↵Erik Fonnesbeck2010-02-241-4/+4
| | | | functions in the interfaces_*.php files.
* Revert "Don't skip disabled interfaces when checking which are assigned." ↵Erik Fonnesbeck2010-02-241-1/+1
| | | | | | and fix an error propagated from this. (misread a parameter name when looking up the function) This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.
* Change method of displaying wireless clone interfaces on the assignment page.Erik Fonnesbeck2010-02-231-1/+1
|
* Allow changing the parent interface of an unassigned wireless clone.Erik Fonnesbeck2010-02-231-3/+4
|
* Don't skip disabled interfaces when checking which are assigned.Erik Fonnesbeck2010-02-221-1/+1
|
* Don't allow changing the parent interface until this code supports deleting ↵Erik Fonnesbeck2010-02-191-1/+2
| | | | the old clone.
* Add page for configuration of wireless clone interfaces.Erik Fonnesbeck2010-02-151-0/+203
OpenPOWER on IntegriCloud