mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
SFTP/Stream: log when constructor is called
This commit is contained in:
parent
f3c71faee0
commit
478dd38e8f
@ -134,6 +134,10 @@ class Net_SFTP_Stream {
|
||||
*/
|
||||
function Net_SFTP_Stream()
|
||||
{
|
||||
if (defined('NET_SFTP_STREAM_LOGGING')) {
|
||||
echo "__construct()\r\n";
|
||||
}
|
||||
|
||||
if (!class_exists('Net_SFTP')) {
|
||||
require_once('Net/SFTP.php');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user