[Openupload-svn-update] SF.net SVN: openupload:[103] trunk/www/config.inc.php.example
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-11-04 17:41:19
|
Revision: 103
http://openupload.svn.sourceforge.net/openupload/?rev=103&view=rev
Author: tsdogs
Date: 2008-11-04 17:41:13 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
change default value for WWW_ROOT which caused troubles on sites where is was main application
Modified Paths:
--------------
trunk/www/config.inc.php.example
Modified: trunk/www/config.inc.php.example
===================================================================
--- trunk/www/config.inc.php.example 2008-11-03 16:42:19 UTC (rev 102)
+++ trunk/www/config.inc.php.example 2008-11-04 17:41:13 UTC (rev 103)
@@ -9,8 +9,8 @@
/* define http:// address */
$CONFIG['WWW_SERVER']='http://yourdomain.com';
-/* define the additional web path */
-$CONFIG['WWW_ROOT']='/';
+/* define the additional web path i.e. /openupload */
+$CONFIG['WWW_ROOT']='';
/* Define where to store the uploaded files */
$CONFIG['DATA_PATH']=$CONFIG['INSTALL_ROOT'].'/data';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|