diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-02 04:58:37 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-02 04:58:37 +0100 |
commit | 1fac47a2470c392adc2f5a2201f618a804be5136 (patch) | |
tree | 0fc2c1a194989fab1948a2dff7f0e46af6facaa3 /library/phpsec/Net/SSH1.php | |
parent | 5183e737d0cb53aa9f380051ca130d010893009f (diff) | |
parent | 8207272fbc9cdc76988a2848552528e28951fe27 (diff) | |
download | volse-hubzilla-1fac47a2470c392adc2f5a2201f618a804be5136.tar.gz volse-hubzilla-1fac47a2470c392adc2f5a2201f618a804be5136.tar.bz2 volse-hubzilla-1fac47a2470c392adc2f5a2201f618a804be5136.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'library/phpsec/Net/SSH1.php')
-rwxr-xr-x | library/phpsec/Net/SSH1.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/phpsec/Net/SSH1.php b/library/phpsec/Net/SSH1.php index 6986a8450..7220ee402 100755 --- a/library/phpsec/Net/SSH1.php +++ b/library/phpsec/Net/SSH1.php @@ -730,8 +730,8 @@ class Net_SSH1 { /**
* Reads the output of an interactive shell.
*
- * Requires PHP 4.3.0 or later due to the use of the stream_select() function. If you see stuff like
- * "[00m", you're seeing ANSI escape codes. According to
+ * Requires PHP 4.3.0 or later due to the use of the stream_select() function. If you see crap,
+ * you're seeing ANSI escape codes. According to
* {@link http://support.microsoft.com/kb/101875 How to Enable ANSI.SYS in a Command Window}, "Windows NT
* does not support ANSI escape sequences in Win32 Console applications", so if you're a Windows user,
* there's not going to be much recourse.
|