summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-02-18 10:02:34 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-02-18 10:02:34 +0000
commit820562e81639c9fb4927b138f35467d43f29d4f5 (patch)
tree96bd012a49e2e0105a655364accfd3123077dfbd /src/usr/local/www/wizard.php
parent607e7686fd59de9cfe677802333a8c062e8404bf (diff)
downloadpfsense-820562e81639c9fb4927b138f35467d43f29d4f5.zip
pfsense-820562e81639c9fb4927b138f35467d43f29d4f5.tar.gz
Quote the 1st parameter (constant name) when calling define()
Diffstat (limited to 'src/usr/local/www/wizard.php')
-rw-r--r--src/usr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizard.php b/src/usr/local/www/wizard.php
index 28a9216..f9d00dd 100644
--- a/src/usr/local/www/wizard.php
+++ b/src/usr/local/www/wizard.php
@@ -69,7 +69,7 @@ require_once("rrd.inc");
require_once("system.inc");
// This causes the step #, field type and field name to be printed at the top of the page
-define(DEBUG, false);
+define('DEBUG', false);
global $g;
OpenPOWER on IntegriCloud