From 4697490537d1588b504b8ee75a7fbbd123ed0a86 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 12 Nov 2008 00:38:10 +0000 Subject: Show correct password (it's caps sensitive) --- etc/inc/globals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 34405e2..262b1f1 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", "upload_path" => "/root", "dhcpd_chroot_path" => "/var/dhcpd", "varrun_path" => "/var/run", @@ -89,4 +89,4 @@ $iptos = array("lowdelay", "throughput", "reliability"); /* TCP flags */ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); -?> \ No newline at end of file +?> -- cgit v1.1