修复语法错误

This commit is contained in:
wlx 2012-06-26 03:56:52 +00:00
parent 17a3416e4d
commit a23d551d9d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Proftp
{
//vist $user->host web
$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);
}