diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-23 20:54:22 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-23 20:54:22 +0100 |
commit | 46dad160aee24e653d58b9008a83bce1dc85a859 (patch) | |
tree | 4e757a64a85a9222f4ef943d80d599b643c8913a /config/varnish3 | |
parent | 0d81209c36e1343c8f15b846c4ca4fe186f745f9 (diff) | |
download | pfsense-packages-46dad160aee24e653d58b9008a83bce1dc85a859.tar.gz pfsense-packages-46dad160aee24e653d58b9008a83bce1dc85a859.tar.bz2 pfsense-packages-46dad160aee24e653d58b9008a83bce1dc85a859.zip |
varnish3 - add bunch of missing includes
Diffstat (limited to 'config/varnish3')
-rw-r--r-- | config/varnish3/varnish.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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); |