[Openupload-svn-update] SF.net SVN: openupload:[264] trunk/www/config.inc.php.example
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-02-21 13:42:35
|
Revision: 264
http://openupload.svn.sourceforge.net/openupload/?rev=264&view=rev
Author: tsdogs
Date: 2009-02-21 13:42:30 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
Remove not necessary WEB_ROOT setting for templates
Modified Paths:
--------------
trunk/www/config.inc.php.example
Modified: trunk/www/config.inc.php.example
===================================================================
--- trunk/www/config.inc.php.example 2009-02-21 13:42:06 UTC (rev 263)
+++ trunk/www/config.inc.php.example 2009-02-21 13:42:30 UTC (rev 264)
@@ -4,9 +4,6 @@
/* Define the installation folder */
$CONFIG['INSTALL_ROOT']='/usr/local/share/openupload';
-/* Define the web root foder (for the application) */
-$CONFIG['WEB_ROOT']='/usr/local/share/openupload/www';
-
/* define http:// address */
$CONFIG['WWW_SERVER']='http://yourdomain.com';
/* define the additional web path i.e. /openupload */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|