summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-24 05:02:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-24 05:02:32 +0000
commite5b3e767892560bf1d905210afc9caa78b8170d1 (patch)
tree6b12399cd5c0358468452a5e08da09eab62a516c /usr
parent537bc12e145e36ad3c60b49a6481ed0542df0356 (diff)
downloadpfsense-e5b3e767892560bf1d905210afc9caa78b8170d1.zip
pfsense-e5b3e767892560bf1d905210afc9caa78b8170d1.tar.gz
Remove extra C/R
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 7af81fe..793706d 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -216,7 +216,7 @@ while($shell_active == true) {
safe_mkdir("/etc/phpshellsessions");
if($recording)
conf_mount_ro();
- echo "==> Sessions available for playback are:\n\n";
+ echo "==> Sessions available for playback are:\n";
system("cd /etc/phpshellsessions && ls /etc/phpshellsessions");
echo "==> end of list.\n";
$command = "";
OpenPOWER on IntegriCloud