Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
ab933c95
Commit
ab933c95
authored
Jun 03, 2021
by
Gerald Salin
Browse files
Merge branch 'issue#210' into 'master'
Merge branch issue#210 and master See merge request
!128
parents
9a162a07
def4f9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/class.tx_nG6_eid.php
View file @
ab933c95
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment