summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-11-12 00:36:57 +0000
committerChris Buechler <cmb@pfsense.org>2008-11-12 00:36:57 +0000
commit7ec41990fe17e5583590b6cf6d25e395a638a556 (patch)
tree92a0688a9827a90e72af6e0f379c956f3c153702 /etc/inc
parent75e9d40f4d500ddd3c59f2926e286ab2f3bda01c (diff)
downloadpfsense-7ec41990fe17e5583590b6cf6d25e395a638a556.zip
pfsense-7ec41990fe17e5583590b6cf6d25e395a638a556.tar.gz
Show correct password (it's caps sensitive)
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index cf8c73c..7dae640 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -33,7 +33,7 @@
$g = array(
"factory_shipped_username" => "admin",
- "factory_shipped_password" => "pfSense",
+ "factory_shipped_password" => "pfsense",
"product_name" => "pfSense",
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
@@ -78,4 +78,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud