From a23d551d9d65fd563e8d54f807c4e91107ad7228 Mon Sep 17 00:00:00 2001 From: wlx Date: Tue, 26 Jun 2012 03:56:52 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/Proftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Proftp.php b/application/models/Proftp.php index ee7e65eb..ec5d4477 100644 --- a/application/models/Proftp.php +++ b/application/models/Proftp.php @@ -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); }