1
0
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:
Cameron
2013-05-17 18:17:04 -07:00
parent 5f264b10af
commit 9dd4d0c666
5 changed files with 21 additions and 13 deletions

View File

@@ -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