summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
* Address a potential LFI in pkg.php and wizard.php without breaking the ↵jim-p2015-12-041-2/+8
| | | | ability to pass relative paths Restricts them to files under their intended base directories.
* Fix some variable re-use and other issues to correct the OpenVPN wizard ↵jim-p2015-12-011-8/+8
| | | | behavior when using pre-existing CAs and Certs
* 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.
* Change Form_TextArea to Form_TextareaStephen Beaver2015-11-231-1/+1
| | | | (autoload now makes the classes case sensitive)
* 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.
* Fixes #5380Stephen Beaver2015-11-091-1/+1
|
* 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
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Comment typoStephen Beaver2015-10-191-1/+1
|
* Fixed #5316Stephen Beaver2015-10-191-3/+8
|
* Corrected invalid "onchange" handlingStephen Beaver2015-10-171-4/+4
|
* Partial fix to #5310Stephen Beaver2015-10-161-26/+36
| | | | | | wizard.php updated to generate jquery not javascript traffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues. (Need to do same for the other TS wizard)
* Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726Renato Botelho2015-09-301-3/+2
|
* Corrected logo hyperlinkStephen Beaver2015-09-301-1/+1
| | | | Changed Jumbotron font to white so you can actually read the text
* Wizard system completed and tested agains all wizard filesStephen Beaver2015-09-301-461/+312
| | | | Progress bar added to show progess through wizard steps
* Bootstrap conversion mostly complete.Stephen Beaver2015-09-291-272/+368
| | | | Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1061
OpenPOWER on IntegriCloud