summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:48:05 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:48:05 -0500
commit680bcb4d04434bd0261b76d47df7b79bdf36681b (patch)
tree672f61b1bf29318d550d287070ba4accf55a0560 /etc/phpshellsessions
parentfdf00849dd4a08fdc05827f4ec2332c3f05f10d3 (diff)
downloadpfsense-680bcb4d04434bd0261b76d47df7b79bdf36681b.zip
pfsense-680bcb4d04434bd0261b76d47df7b79bdf36681b.tar.gz
Include globals.inc
Diffstat (limited to 'etc/phpshellsessions')
-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