mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Blogger Import added. TinyMce Image fixes. Custom-pages fixes. Moved Upload-js out of admin header and into media-manager page only. Parser fixes for [html] bbcode. XML parser fix for <content:encoded> rss tags.
This commit is contained in:
@@ -30,7 +30,7 @@ if(e_AJAX_REQUEST && isset($_GET['src'])) // Ajax
|
||||
$localfile = md5($remotefile.time()).".zip";
|
||||
$status = "Downloading...";
|
||||
|
||||
e107::getFile()->getRemoteFile($remotefile,$localfile);
|
||||
e107::getFile()->getRemoteFile($remotefile,"temp/".$localfile);
|
||||
|
||||
if(!file_exists(e_UPLOAD.$localfile))
|
||||
{
|
||||
|
Reference in New Issue
Block a user