summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* System / Advanced / Admin Access - Remove PersonalizationsNOYB2016-03-281-18/+17
| | | | Remove a bunch of "you" personalizations.
* Allow IPs in althostnamesNewEraCracker2016-03-171-1/+1
| | | | | | This change will allow implementation of workarounds for bugs involving 'An HTTP_REFERER was detected other than what is defined in System' by adding the IP address to the alternate hostnames list, without having to disable protection completely. This is useful to workaround things like Redmine #5939 and/or enabling access to WebGUI over IPv6 linklocal (fe80::1:1) by adding IPs manually.
* Ensure $a_cert is always an array. Fixes #5977jim-p2016-03-111-0/+2
|
* Perform HTML entity translation where & is usedk-paulius2016-02-141-1/+1
|
* Use consistent webConfigurator spellingk-paulius2016-02-131-1/+1
|
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Only the serial enable/disable and primary console selectors should be ↵jim-p2016-01-221-9/+11
| | | | hidden for this test, the serial speed selector must still be available.
* Fixed #5789Stephen Beaver2016-01-211-2/+2
|
* Fix webgui-redirect in system_advanced_adminPhil Davis2016-01-081-2/+2
| | | | This one also seems to be wrong. Why do people use a different name for the $POST var?
* Correct element name (don't log web gui logins)Stephen Beaver2016-01-071-1/+1
|
* HTML Compliance - System / Advanced / Admin AccessNOYB2015-12-231-0/+2
| | | | | Close div tag Close php tag
* System - Advanced - Admin AccessNOYB2015-12-171-1/+1
| | | | Fix hiding SSL Cert when HTTP protocol selected.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style System AdvancedPhil Davis2015-12-151-17/+19
|
* Fixed #5617Stephen Beaver2015-12-101-1/+1
| | | | Fixed #5612
* Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|
* Tidy up "system_advanced_admin.php"Colin Fleming2015-12-011-1/+1
| | | | Remove escaped double quotes
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Moved theme back to system.phpStephen Beaver2015-11-171-23/+0
|
* Webgui restarted only if webgui-redirect is changed (Was causing it to ↵Stephen Beaver2015-11-161-2/+13
| | | | always reset)
* Fix copy/paste errorStephen Beaver2015-11-121-1/+1
|
* Allow the webgui style sheet to be selected from the advanced admin pageStephen Beaver2015-11-121-6/+18
|
* Changes after testing on real hardwareStephen Beaver2015-11-121-1/+0
|
* Further developmentStephen Beaver2015-11-121-0/+1
|
* Experimental css optionStephen Beaver2015-11-121-0/+11
|
* Copyright and license cleanupRenato Botelho2015-11-091-3/+3
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-29/+54
|
* Fixed serial speed selectorStephen Beaver2015-10-161-1/+1
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-12/+2
|
* Use product_name global variable in more placesRenato Botelho2015-09-301-1/+1
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-2/+6
|
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | fix missing spaceChris Buechler2015-08-311-1/+1
| |
* | fix missing spacesChris Buechler2015-08-311-2/+2
|/
* Fixed #5025Stephen Beaver2015-08-271-33/+33
| | | | | All system_advanced_* pages had made-up lement names instead of hte correct config system names. All (several hundred) have been corrected, and tested where possible.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-271-2/+2
|\
| * Obsolete use of /etc/nano_use_vga.txt, Use enableserial_force flag insteadRenato Botelho2015-08-271-2/+2
| |
* | Fixed #5001Stephen Beaver2015-08-261-12/+9
| | | | | | | | Control element names corrected
* | Merge branch 'master' into bootstrapRenato Botelho2015-08-261-353/+271
|/
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+657
OpenPOWER on IntegriCloud