summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-04 18:02:09 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-04 18:02:09 -0600
commitf643a1f131dfe307b9141be8f886f1c2e4b5afcd (patch)
tree100edf1ecb918bc395c7a4ec7eff615958ed84c0 /usr/local
parentea20169a38b555288416cdcbd86d4cd83b380b8b (diff)
downloadpfsense-f643a1f131dfe307b9141be8f886f1c2e4b5afcd.zip
pfsense-f643a1f131dfe307b9141be8f886f1c2e4b5afcd.tar.gz
clean up text
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/sbin/pfSsh.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 430d8f9..33cd2fc 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -3,7 +3,7 @@
<?php
require_once("globals.inc");
-echo "Starting the {$g['product_name']} shell system";
+echo "Starting the {$g['product_name']} developer shell";
$g['booting'] = true;
require_once("functions.inc");
echo ".";
@@ -104,7 +104,7 @@ $show_help_text = <<<EOF
/* to output the dhcp server configuration */
print_r(\$config['dhcpd']);
- /* to exit the php {$g['product_name']} shell */
+ /* to exit the {$g['product_name']} developer shell */
exit
/* to output supported wireless modes for an interface */
@@ -164,8 +164,7 @@ function completion($string, $index) {
readline_completion_function("completion");
if($argc < 2) {
- echo "Welcome to the {$g['product_name']} php shell system\n";
- echo "Written by Scott Ullrich (sullrich@gmail.com)\n";
+ echo "Welcome to the {$g['product_name']} developer shell\n";
echo "\nType \"help\" to show common usage scenarios.\n";
echo "\nAvailable playback commands:\n ";
$files = scandir("/etc/phpshellsessions/");
OpenPOWER on IntegriCloud