mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
NOISSUE, trivial code change.
This commit is contained in:
parent
d62e3103fd
commit
be662c8c2a
1 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ class adminAdminModel extends admin
|
|||
|
||||
if($ftp_info->sftp == 'Y')
|
||||
{
|
||||
if(!function_exists(ssh2_sftp))
|
||||
if(!function_exists('ssh2_sftp'))
|
||||
{
|
||||
return new Object(-1, 'disable_sftp_support');
|
||||
}
|
||||
|
|
@ -261,7 +261,7 @@ class adminAdminModel extends admin
|
|||
|
||||
if($ftp_info->sftp == 'Y')
|
||||
{
|
||||
if(!function_exists(ssh2_sftp))
|
||||
if(!function_exists('ssh2_sftp'))
|
||||
{
|
||||
return new Object(-1, 'disable_sftp_support');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue