mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +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()
|
function Net_SFTP_Stream()
|
||||||
{
|
{
|
||||||
|
if (defined('NET_SFTP_STREAM_LOGGING')) {
|
||||||
|
echo "__construct()\r\n";
|
||||||
|
}
|
||||||
|
|
||||||
if (!class_exists('Net_SFTP')) {
|
if (!class_exists('Net_SFTP')) {
|
||||||
require_once('Net/SFTP.php');
|
require_once('Net/SFTP.php');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user