mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Screenlog Download not working
Failure in Screenlog Download. Missing File or not found. Fixed in Line 80.
This commit is contained in:
parent
c28010734f
commit
b33e11147d
@ -77,7 +77,7 @@ while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
|
||||
|
||||
$ftpConnect = new EasyWiFTP($row['ftp_ip'], $row['ftpport'], $username, $ftppass);
|
||||
|
||||
$downloadChrooted = $ftpConnect->removeSlashes($pserver . $row['serverip'] . '_' . $row['port'] . '/' . $shorten . '/' . $row['binarydir'] . '/screenlog.0');
|
||||
$downloadChrooted = $ftpConnect->removeSlashes($pserver . '/' . $shorten . '/' . $row['binarydir'] . '/screenlog.0');
|
||||
|
||||
if ($ftpConnect->ftpConnection) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user