summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-19 22:48:07 -0500
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-19 22:48:07 -0500
commitdaa042804825c5522de9d95a8ba8a3a2e82f5d9f (patch)
treec1dc85dee3385cf7455c836610c6e36b5196f07b /usr
parent3492f23e57d2c50a8b4d7bada418b74ac7241e72 (diff)
downloadpfsense-daa042804825c5522de9d95a8ba8a3a2e82f5d9f.zip
pfsense-daa042804825c5522de9d95a8ba8a3a2e82f5d9f.tar.gz
s/require/require_once/
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/sbin/pfSsh.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 0363360..973c1dc 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -5,13 +5,13 @@
echo "Starting the pfSense shell system";
echo ".";
-require("globals.inc");
+require_once("globals.inc");
$g['booting'] = true;
-require("functions.inc");
+require_once("functions.inc");
echo ".";
-require("config.inc");
+require_once("config.inc");
echo ".";
-require("util.inc");
+require_once("util.inc");
echo ".";
$g['booting'] = false;
OpenPOWER on IntegriCloud