summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_command.php
Commit message (Collapse)AuthorAgeFilesLines
* Suppress error logging for Diag > Command Prompt so an error in user-entered ↵jim-p2016-12-161-1/+1
| | | | code doesn't offer to submit a crash report. A notice is still generated since PHP <7 doesn't yet have error_clear_last(). Fixes #6702
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-46/+45
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fix form submission fieldsNewEraCracker2016-05-041-7/+6
| | | | | | Submitting one form may lead to any other filled forms to be also submitted. This commit fixes this flaw (cherry picked from commit 592557140156767944d848ebb3ae4baab84464ec)
* (diag > command prompt) page stylingJared Dillard2016-04-201-1/+1
|
* Swap the colors on Diag > Command back. Executing is dangerous, hence the ↵jim-p2016-03-281-4/+4
| | | | warning.
* Changed the button colors and icons. The fa-terminal wasn't doing it for me :)Stephen Beaver2016-03-191-7/+7
|
* Fix typojim-p2016-03-091-1/+1
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-8/+30
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Renamed exec.php and edit.phpStephen Beaver2016-02-191-0/+340
OpenPOWER on IntegriCloud