[imc-sf-coders] CVS update of sf-active/sf-active/sitename/local/config (sfactive.cfg)

Bart M pseudopunk at codecoop.org
Wed Dec 28 04:19:07 PST 2005


    Date: Wednesday, December 28, 2005 @ 13:19:07
  Author: pseudopunk
    Path: /cvsroot/sf-active/sf-active/sf-active/sitename/local/config

Modified: sfactive.cfg

corrected SF_UPLOAD_URL. if it's not on it's own domain we need the /uploads in it


Index: sf-active/sf-active/sitename/local/config/sfactive.cfg
diff -u sf-active/sf-active/sitename/local/config/sfactive.cfg:1.128 sf-active/sf-active/sitename/local/config/sfactive.cfg:1.129
--- sf-active/sf-active/sitename/local/config/sfactive.cfg:1.128	Tue Dec 27 21:58:57 2005
+++ sf-active/sf-active/sitename/local/config/sfactive.cfg	Wed Dec 28 13:19:07 2005
@@ -37,7 +37,7 @@
 define('SF_ROOT_URL',	    'http://sfa.indymedia.org');
 define('SF_PUBLISH_URL',    SF_ROOT_URL);
 define('SF_SEARCH_URL',	   SF_ROOT_URL);
-define('SF_UPLOAD_URL',	   SF_ROOT_URL);
+define('SF_UPLOAD_URL',	   SF_ROOT_URL.'/uploads');
 
   /**
    * the following defines are URL's for you publish site


More information about the imc-sf-coders mailing list