summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_sysctl.php
Commit message (Collapse)AuthorAgeFilesLines
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-1/+1
| | | | | | | | | - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for services-igmpproxy-edit - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Tidy up System:Advanced:Tunables XHTMLColin Fleming2013-03-071-13/+13
| | | | | Deprecate ampersand Close INPUT tags
* No need to include head.inc twicejim-p2011-04-261-2/+0
|
* Fix page title.jim-p2011-02-281-1/+1
|
* Change the description field on sysctl tunables to be 'descr' and not 'desc' ↵jim-p2010-10-191-4/+4
| | | | so they will gain CDATA protection. Ticket #320
* Use <?php instead of the short formRenato Botelho2010-08-121-2/+2
|
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* When doubleclicking a tunable, bring up the edit screensmos2010-05-101-3/+3
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-21/+21
|
* Correct MATCH name.Ermal2010-03-261-1/+1
|
* Redirect to the correct page after deleting an item.Erik Fonnesbeck2010-03-241-1/+1
|
* fix this pageChris Buechler2010-01-221-1/+0
|
* Show default valuessullrich2009-12-061-0/+5
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Adding Notifications tabScott Ullrich2009-07-091-0/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-4/+4
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* s/action/act/Scott Ullrich2008-11-021-1/+1
|
* Actually reload sysctl on changesScott Ullrich2008-11-021-0/+1
|
* Fix add featureScott Ullrich2008-11-021-1/+1
|
* Correct script nameScott Ullrich2008-11-021-4/+4
|
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-091-15/+11
| | | | are not displaced by this message.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-091-85/+87
| | | | instead of rounded like most pfSense pages.
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+269
Fold the sysctl tunables page into a tab under the advanced options page. This reduces the top level menu options by one. There should be no functional changes.
OpenPOWER on IntegriCloud