diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-29 03:19:04 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-29 03:19:04 +0000 |
commit | 8bb6bf8281cf23d1a49cbfd03d1e834e0edd5f71 (patch) | |
tree | 044ea941674ef0c31d9f118ee628ebc2e1ba5218 /etc/inc/globals.inc | |
parent | 2ee0410f9eb0a3c33ada2eeb561cb0e6d069f27f (diff) | |
download | pfsense-8bb6bf8281cf23d1a49cbfd03d1e834e0edd5f71.zip pfsense-8bb6bf8281cf23d1a49cbfd03d1e834e0edd5f71.tar.gz |
Add factory_shipped_password
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 2380b7f..dcdb19e 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -32,6 +32,7 @@ */ $g = array( + "factory_shipped_password" => "pfSense", "upload_path" => "/root", "dhcpd_chroot_path" => "/var/dhcpd", "varrun_path" => "/var/run", |