summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-19 20:23:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-19 20:23:38 +0000
commit376807d71b80ea6df36b742f46828a507a8ad1c6 (patch)
tree128c4054f0f3448b80df2bb246d3fc1a48949571 /usr
parent8eb08ba713d26024a62b9201fb1fbd902a4628ad (diff)
downloadpfsense-376807d71b80ea6df36b742f46828a507a8ad1c6.zip
pfsense-376807d71b80ea6df36b742f46828a507a8ad1c6.tar.gz
Remove debugging echo
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/sbin/pfSsh.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index c78a4c5..edc69be 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -197,7 +197,6 @@ while($shell_active == true) {
$command = $mlcommand;
}
if($command) {
- echo $command . "\n";
eval($command);
}
}
OpenPOWER on IntegriCloud