From 46dad160aee24e653d58b9008a83bce1dc85a859 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 23 Nov 2015 20:54:22 +0100 Subject: varnish3 - add bunch of missing includes --- config/varnish3/varnish.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/varnish3') diff --git a/config/varnish3/varnish.inc b/config/varnish3/varnish.inc index 5df8052b..662b8dee 100644 --- a/config/varnish3/varnish.inc +++ b/config/varnish3/varnish.inc @@ -32,6 +32,12 @@ POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ +require_once("globals.inc"); +require_once("notices.inc"); +require_once("util.inc"); +require_once("xmlrpc.inc"); +require_once("xmlrpc_client.inc"); + $shortcut_section = "varnish"; $pfs_version = substr(trim(file_get_contents("/etc/version")),0,3); -- cgit v1.2.3