From 784a076846a9ab48325d6baa280b89a8226290c1 Mon Sep 17 00:00:00 2001 From: sullrich Date: Tue, 15 Dec 2009 11:36:05 -0500 Subject: Include needed libraries --- etc/phpshellsessions/gitsync | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index 4ce8d27..545653a 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -4,6 +4,10 @@ * Part of the pfSense project pfSsh.php subsystem */ +require_once("filter.inc"); +require_once("shaper.inc"); +require_once("rrd.inc"); + conf_mount_rw(); $GIT_REPO="http://gitweb.pfsense.org/pfsense/mainline.git"; -- cgit v1.1