diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-20 01:25:59 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-20 01:25:59 +0000 |
commit | 4c1817bd4c41f1452e6ec73476f0c6e0ab465837 (patch) | |
tree | b90454ac37f2fd92b7a9a77b7f644d957100a009 /usr | |
parent | 2dcd206b8f7e67112606ad632ead91960c770bf2 (diff) | |
download | pfsense-4c1817bd4c41f1452e6ec73476f0c6e0ab465837.zip pfsense-4c1817bd4c41f1452e6ec73476f0c6e0ab465837.tar.gz |
Turn off debugging text
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/sbin/pfSsh.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index 449c410..fbca3a2 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -305,7 +305,6 @@ function playback_text($playback_file_contents) { } } eval($playback_text); - echo $playback_text; } function playback_file($playback_file) { |