mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Undefined var on FTP error at serverlog #885
This commit is contained in:
parent
52d48353a5
commit
4cc8d1502f
@ -89,7 +89,7 @@ while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
|
||||
}
|
||||
|
||||
} else {
|
||||
$array['error'] = 'Cannot connect to FTP Server ' . $row2['ip'] . ':' . $row2['ftpport'];
|
||||
$array['error'] = 'Cannot connect to FTP Server ' . $row['ftp_ip'] . ':' . $row['ftpport'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user