[CS-Project-svn_notify] SF.net SVN: cs-project:[976] trunk/1.2/public_html
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-18 14:17:58
|
Revision: 976 http://cs-project.svn.sourceforge.net/cs-project/?rev=976&view=rev Author: crazedsanity Date: 2009-08-18 14:17:50 +0000 (Tue, 18 Aug 2009) Log Message: ----------- Make sure the "/" URL works properly. Modified Paths: -------------- trunk/1.2/public_html/.htaccess trunk/1.2/public_html/index.php Modified: trunk/1.2/public_html/.htaccess =================================================================== --- trunk/1.2/public_html/.htaccess 2009-08-18 14:11:53 UTC (rev 975) +++ trunk/1.2/public_html/.htaccess 2009-08-18 14:17:50 UTC (rev 976) @@ -1,7 +1,7 @@ php_value include_path ".:./lib:../lib/:../../lib" php_value session.auto_start 1 -DirectoryIndex content content.php index.php index.html +DirectoryIndex index.php content content.php index.html <files content> ForceType application/x-httpd-php Modified: trunk/1.2/public_html/index.php =================================================================== --- trunk/1.2/public_html/index.php 2009-08-18 14:11:53 UTC (rev 975) +++ trunk/1.2/public_html/index.php 2009-08-18 14:17:50 UTC (rev 976) @@ -15,6 +15,8 @@ */ require_once(dirname(__FILE__) ."/../lib/site_config.php"); +$gf = new cs_globalFunctions; +$gf->conditional_header('/content'); $GLOBALS['DEBUGPRINTOPT'] = 1; define("DEBUGPRINTOPT", 1); $contentObj = new contentSystem(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |