1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-05 19:55:21 +02:00

Fixed incorrect e_UPLOAD path.

This commit is contained in:
CaMer0n 2007-04-11 22:23:43 +00:00
parent 81c621145e
commit ba24a5749d

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/e107_class.php,v $
| $Revision: 1.5 $
| $Date: 2007-03-04 14:59:28 $
| $Author: mrpete $
| $Revision: 1.6 $
| $Date: 2007-04-11 22:23:43 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@ -148,7 +148,7 @@ class e107{
if(!$UPLOADS_DIRECTORY)
{
$UPLOADS_DIRECTORY = e_FILE."public/";
$UPLOADS_DIRECTORY = $FILES_DIRECTORY."public/";
}
if ($UPLOADS_DIRECTORY{0} == "/") {