예제 #1
0
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct($settings = array())
 {
     parent::__construct();
     $this->lsettings = $settings;
 }
예제 #2
0
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct($settings = array())
 {
     parent::__construct();
     $this->lsettings = $settings;
     require_once PATH_THIRD . 'channel_files/locations/ftp/libraries/devdemon_ftp.php';
 }
예제 #3
0
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct($settings = array())
 {
     parent::__construct();
     $this->lsettings = $settings;
     require_once PATH_THIRD . 'channel_files/locations/sftp/phpseclib/Net/SFTP.php';
 }