summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/globals.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-28 14:31:51 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-28 14:33:26 -0500
commit5ea90990e6ebcdbeb78fadf8b88aedef66428c66 (patch)
treee3437d140c9e44224273c86f614bef8019c0576e /src/etc/inc/globals.inc
parentf1b7a0b1bc66ead820f5d8301ad7e9b2199cfb2c (diff)
downloadpfsense-5ea90990e6ebcdbeb78fadf8b88aedef66428c66.zip
pfsense-5ea90990e6ebcdbeb78fadf8b88aedef66428c66.tar.gz
Experimental: Fixed #5693
Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password
Diffstat (limited to 'src/etc/inc/globals.inc')
-rw-r--r--src/etc/inc/globals.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index cd10100..f8fe866 100644
--- a/src/etc/inc/globals.inc
+++ b/src/etc/inc/globals.inc
@@ -58,6 +58,9 @@ define(COLLAPSIBLE, 0x08);
define(SEC_CLOSED, 0x04);
define(SEC_OPEN, 0x00);
+// AddPassword method defines
+define(DMYPWD, "********");
+
global $g;
$g = array(
"base_packages" => "siproxd",
OpenPOWER on IntegriCloud