summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
Commit message (Collapse)AuthorAgeFilesLines
* add call gettext function for translatebruno2016-01-211-1/+1
|
* Internationalization batch 1Phil Davis2016-01-161-7/+7
|
* All simple php echo to shortNewEraCracker2016-01-141-2/+2
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-111-2/+2
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-3/+3
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* 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-4/+7
|
* better spacingJared Dillard2015-11-251-1/+1
|
* 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.
* Add some missing privileges to pagesjim-p2015-11-251-0/+7
|
* 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.
* fix Bug #5400heper2015-11-111-1/+1
| | | | interface=wan could be offline/disabled in multi-wan systems. also, currently no code in diag_ping.php to convert 'wan' => source-ip
* 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-8/+8
|/
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-3/+3
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-164/+145
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+320
OpenPOWER on IntegriCloud