aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-01 18:54:50 -0800
committerfriendica <info@friendica.com>2012-03-01 18:54:50 -0800
commit8207272fbc9cdc76988a2848552528e28951fe27 (patch)
tree1ddf5cab57f55349bcc6ee834ea0f2a9754a986b /library
parent58e3372b23b286334e5195b1b8f70448715ed493 (diff)
parenta5256b7996bca6515becac8c2d5d0c56b31119ea (diff)
downloadvolse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.gz
volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.bz2
volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.zip
Merge branch 'pull'
Diffstat (limited to 'library')
-rwxr-xr-xlibrary/phpsec/Net/SSH1.php4
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
- * "", 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.