mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-20 14:39:22 +01:00
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.
This commit is contained in:
parent
50e4d81925
commit
f255ac0fde
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user