mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
No message for toUTF8noBOM in this case
This commit is contained in:
@@ -101,7 +101,7 @@ if ($_GET['action']=="load") {
|
||||
exit;
|
||||
}
|
||||
// Get our file contents and close the FTP connection
|
||||
$loadedFile = toUTF8noBOM(ftpGetContents($ftpConn, $ftpRoot.$fileLoc."/".$fileName, $ftpMode));
|
||||
$loadedFile = toUTF8noBOM(ftpGetContents($ftpConn, $ftpRoot.$fileLoc."/".$fileName, $ftpMode),false);
|
||||
ftpEnd();
|
||||
// Get local file
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user