summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp_users_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Implement gettext() calls on vpn_l2tp_users_edit.phpCarlos Eduardo Ramos2010-07-271-2/+2
|
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-6/+6
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+14
| | | | | | pages where they are needed. Remove some sort functions not used.
* Add propper access control to L2TP pages.Ermal Luçi2009-06-181-0/+7
|
* * Move functions that output html to guiconfig.incErmal Luci2009-06-181-1/+0
| | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Add missed pages of the GUI.Ermal Luçi2009-02-011-0/+171
OpenPOWER on IntegriCloud