Fix check for running ftp proxy.PHP bug, when running exec() the output array will not be cleared before using it again.This means that one needs to clear it before reusing it. Otherwise the contents of the previous command will be used.
Fix check for running ftp proxy.
PHP bug, when running exec() the output array will not be cleared before using it again.
This means that one needs to clear it before reusing it. Otherwise the contents of the previous command will be used.