From 680bcb4d04434bd0261b76d47df7b79bdf36681b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 14 Feb 2010 15:48:05 -0500 Subject: Include globals.inc --- etc/phpshellsessions/gitsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index ef92455..bd662ca 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -4,6 +4,7 @@ * Part of the pfSense project pfSsh.php subsystem */ +require_once("globals.inc"); require_once("filter.inc"); require_once("shaper.inc"); require_once("rrd.inc"); @@ -64,7 +65,7 @@ if($command_split[2]) { } if($argv[4] == "NOBACKUP") - $nobackup=true; + $nobackup = true; else $nobackup = false; -- cgit v1.1