diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-29 03:20:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-29 03:20:33 +0000 |
commit | 8582f802d49f96afadc29e496ccf309a89322092 (patch) | |
tree | 6fbaa19110ebd6f242937ce8a63735be585ad8c1 | |
parent | 8bb6bf8281cf23d1a49cbfd03d1e834e0edd5f71 (diff) | |
download | pfsense-8582f802d49f96afadc29e496ccf309a89322092.zip pfsense-8582f802d49f96afadc29e496ccf309a89322092.tar.gz |
Add factory_shipped_username
-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 dcdb19e..34405e2 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -32,6 +32,7 @@ */ $g = array( + "factory_shipped_username" => "admin", "factory_shipped_password" => "pfSense", "upload_path" => "/root", "dhcpd_chroot_path" => "/var/dhcpd", |