summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-23 00:00:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-23 00:00:19 +0000
commiteb95ba843a31cfc7dcaf55827d6ddded9089a358 (patch)
treef61664cb6a0368df66203f03ca1099a61bcdb272 /usr/local/sbin
parent6680b6d141c010f306939ec6e76730a170d5a16f (diff)
downloadpfsense-eb95ba843a31cfc7dcaf55827d6ddded9089a358.zip
pfsense-eb95ba843a31cfc7dcaf55827d6ddded9089a358.tar.gz
Output welcome banner after globals.inc is required
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/pfSsh.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index fbca3a2..9c6cb6d 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -2,10 +2,8 @@
<?php
-echo "Starting the {$g['product_name']} shell system";
-
-echo ".";
require_once("globals.inc");
+echo "Starting the {$g['product_name']} shell system";
$g['booting'] = true;
require_once("functions.inc");
echo ".";
OpenPOWER on IntegriCloud