修复语法错误
This commit is contained in:
parent
17a3416e4d
commit
a23d551d9d
|
@ -19,7 +19,7 @@ class Proftp
|
||||||
{
|
{
|
||||||
//vist $user->host web
|
//vist $user->host web
|
||||||
$page=file_get_contents('http://'.$user->host.'/proftp.php?'.$user->param);
|
$page=file_get_contents('http://'.$user->host.'/proftp.php?'.$user->param);
|
||||||
if (!empty($page) die($page);//there are errors in visit ftp page
|
if (!empty($page)) die($page);//there are errors in visit ftp page
|
||||||
}
|
}
|
||||||
return $this->update_pwd($user);
|
return $this->update_pwd($user);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue