Skip to content
Snippets Groups Projects

Merge branch issue#210 and master

Merged Romain Therville requested to merge issue#210 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -637,7 +637,7 @@ class tx_nG6_eid {
$res = 3;
// check login and password
if (isset($user_login) && isset($user_pwd) && $user_login != 'undefined' && $user_pwd != 'undefined') {
$ssh_command = 'touch '.$path_to_check.'/test ; rm -f '.$path_to_check.'/test' ;
$ssh_command = 'touch '.$path_to_check.'/run/test ; rm -f '.$path_to_check.'/run/test' ;
$connection = ssh2_connect('127.0.0.1', 22);
if (!$connection) {
Loading