1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

e_FILE.'public/' replaced with e_UPLOAD

This commit is contained in:
CaMer0n
2009-11-07 02:10:52 +00:00
parent c1d99b4052
commit b2986c3960
13 changed files with 84 additions and 83 deletions

View File

@@ -9,8 +9,8 @@
* File Upload Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/upload_handler.php,v $
* $Revision: 1.22 $
* $Date: 2009-11-05 09:15:12 $
* $Revision: 1.23 $
* $Date: 2009-11-07 02:10:34 $
* $Author: e107coders $
*/
@@ -447,7 +447,7 @@ function file_upload($uploaddir, $avatar = FALSE, $fileinfo = "", $overwrite = "
if (!$uploaddir)
{
$uploaddir = e_FILE."public/";
$uploaddir = e_UPLOAD;
}
// Compute storage type - 1 is file, 2 is DB