From f255ac0fde7a191577e920a29033d3cb15feb3c8 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 19 Dec 2014 17:25:56 -0600 Subject: [PATCH] Remove references to Redmine in code See #4400. This should be all of them, except for, of course, the module that targets Redmine itself. Note that this also updates the README.md with more current information as well. --- php/meterpreter/meterpreter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/meterpreter/meterpreter.php b/php/meterpreter/meterpreter.php index cd4580a5..156966fc 100755 --- a/php/meterpreter/meterpreter.php +++ b/php/meterpreter/meterpreter.php @@ -920,7 +920,7 @@ function read($resource, $len=null) { # whole php process will block waiting for data that may never come. # Unfortunately, selecting on pipes created with proc_open on Windows # always returns immediately. Basically, shell interaction in Windows - # is hosed until this gets figured out. See https://dev.metasploit.com/redmine/issues/2232 + # is hosed until this gets figured out. $r = Array($resource); my_print("Calling select to see if there's data on $resource"); while (true) {