发送ftp 修改
This commit is contained in:
@@ -336,7 +336,7 @@ class Datebase extends Controller{
|
|||||||
$resJosn = json_decode($res,true);
|
$resJosn = json_decode($res,true);
|
||||||
|
|
||||||
// zip生成成功后发送ftp
|
// zip生成成功后发送ftp
|
||||||
if($resJosn['code'] = 0){
|
if($resJosn['code'] == 0){
|
||||||
$name = $baseDir.$outfileTitle.".zip";
|
$name = $baseDir.$outfileTitle.".zip";
|
||||||
// 发送ftp
|
// 发送ftp
|
||||||
$this->sendFtp($name);
|
$this->sendFtp($name);
|
||||||
|
|||||||
Reference in New Issue
Block a user