summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index d8473b9..8b1b7eb 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -32,6 +32,7 @@
*/
$g = array(
+ "base_packages" => "AutoConfigBackup, siproxd",
"factory_shipped_username" => "admin",
"factory_shipped_password" => "pfsense",
"upload_path" => "/root",
@@ -88,4 +89,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