summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-7/+6
| | | | | | | 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 vpn_pppoePhil Davis2015-05-221-54/+94
|
* 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-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* Tidy up "vpn_pppoe" XHTMLColin Fleming2014-04-181-6/+6
| | | | | | | Add SUMMARY to tables Close IMG tags and and ALT Move NOWRAP to class statement Close INPUT tags
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-6/+6
| | | | files to UTF-8
* 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
* Pass id variable through htmlspecialchars before print itRenato Botelho2014-03-111-1/+1
|
* Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it ↵Renato Botelho2013-12-091-2/+2
| | | | fixes #2286
* tidy up htmlRenato Botelho2013-12-091-62/+64
|
* Fix whitespaces and indentRenato Botelho2013-12-091-297/+305
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* DNS servers are optionalChris Buechler2013-03-051-1/+1
|
* descr is optionalChris Buechler2013-03-051-1/+1
|
* Validate before taking the input and do anything with itErmal2013-01-241-0/+3
|
* Retain user configured values for all fields when a validation error ↵Renato Botelho2013-01-071-1/+1
| | | | occours. It should fix #2745
* Fix typoRenato Botelho2013-01-071-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.jim-p2011-08-301-3/+7
|
* Fix several issues in pppoe code and remove duplicated code.Ermal2011-08-301-2/+1
|
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-2/+2
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-1/+1
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Fix saving of off/disabled PPPoE server instances. Fixes #987jim-p2010-11-031-32/+34
|
* Base64 encode passowrd fields for safer operations. Suggested-by: Efonne(IRC)Ermal2010-09-031-2/+2
|
* Add my copyright.Ermal2010-09-021-0/+1
|
* Forgot to add the new file for pppoe.Ermal2010-09-021-0/+610
OpenPOWER on IntegriCloud