From 27d9b6dc8b9e0212c89267a43061925964e51f01 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 21 Mar 2017 09:07:38 +0545 Subject: [PATCH] Remove siproxd from globals It was accidentally put back by a dodgy merge that missed the commit that removed this line. --- src/etc/inc/globals.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc index b49b424bb6..fc3d1fff0b 100644 --- a/src/etc/inc/globals.inc +++ b/src/etc/inc/globals.inc @@ -37,7 +37,6 @@ define('DMYPWD', "********"); global $g; $g = array( - "base_packages" => "siproxd", "event_address" => "unix:///var/run/check_reload_status", "factory_shipped_username" => "admin", "factory_shipped_password" => "pfsense",