summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/phpshellsessions/gitsync3
1 files changed, 2 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud