summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_authentication.php
Commit message (Collapse)AuthorAgeFilesLines
* CleanupNewEraCracker2016-02-101-2/+0
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* 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 usr local www a-ePhil Davis2015-12-141-4/+8
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* PEAR.inc is already required by radius.incRenato Botelho2015-11-201-1/+0
|
* Improve diag_authentication.php redmine #5440Phil Davis2015-11-151-6/+7
| | | | Move the code to select the default auth server so that it only happens the first time into the page. Now if the user selects a different auth server to test, and presses test, the results come back and the selected auth server is re-displayed (rather than the system default auth server being re-chosen every time). Do not use address-of "&" when referring to the $config value - we do not ever intend to modify the config in here, so there seems no point in risking it by using a pointer.
* fix Bug #5440heper2015-11-141-0/+6
|
* Merge with masterPhil Davis2015-11-091-1/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Diag reviewPhil Davis2015-11-091-7/+7
|/
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-92/+102
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+138
OpenPOWER on IntegriCloud