summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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