summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_halt.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Always use require_oncePhil Davis2016-06-271-3/+3
| | | | | | | | | 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().
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-091-1/+1
| | | | Remove "you" personalizations.
* match text to buttonsJared Dillard2016-03-161-1/+1
|
* Use less confusing button text/colors/icons for Factory ↵jim-p2016-03-111-3/+3
| | | | defaults/Halt/Reboot. Ticket #5965
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-2/+8
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Minor tweaks to simplify codeNewEraCracker2016-02-181-1/+1
| | | | Calling print(sprintf(...)) can be simplified to printf(...). <?php print can be simplified to <?=.
* Use print_info_box() to generate alertsk-paulius2016-02-141-4/+2
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* add call gettext function for translatebruno2016-01-211-1/+1
|
* Internationalize more text in diag_haltPhil Davis2016-01-141-4/+4
| | | while I was looking at the panel-heading stuff, I noticed that there are whole chunks of text here that have no gettext() wrapper.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+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-2/+1
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+123
OpenPOWER on IntegriCloud