summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename to console optionsScott Ullrich2008-11-251-1/+1
|
* Make white space consistent between save button and bottom of tableScott Ullrich2008-10-251-0/+3
|
* More fixes on checkboxes.Ermal Luçi2008-10-221-1/+1
|
* Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.htmlErmal Luçi2008-10-221-1/+1
|
* Still array handling changes on php5. Reported by: ↵Ermal Luçi2008-10-151-1/+1
| | | | http://forum.pfsense.org/index.php/topic,12043.0.html
* Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.Ermal Luçi2008-10-141-1/+1
|
* Increase the page redirect time after switching between http and https. ItMatthew Grooms2008-09-101-2/+2
| | | | can take longer on slower embedded systems.
* 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-178/+178
| | | | instead of rounded like most pfSense pages.
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-63/+134
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* uncomment the commented out functionality that actually restarts sshdBill Marquette2008-09-071-2/+2
| | | | when it's enabled
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+332
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