mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #317 - specific path has been added for importing into media-manager. e_IMPORT.
This commit is contained in:
@@ -27,7 +27,7 @@ header("Pragma: no-cache");
|
||||
|
||||
// Settings
|
||||
// $targetDir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload";
|
||||
$targetDir = e_UPLOAD;
|
||||
$targetDir = e_IMPORT;
|
||||
//$targetDir = 'uploads';
|
||||
|
||||
$cleanupTargetDir = true; // Remove old files
|
||||
|
Reference in New Issue
Block a user