[Jsxe-cvs] SF.net SVN: jsxe: [1155] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-08-18 15:53:16
|
Revision: 1155 Author: ian_lewis Date: 2006-08-18 08:53:11 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1155&view=rev Log Message: ----------- fixed redirects Modified Paths: -------------- trunk/web/htdocs/links.php trunk/web/htdocs/news.php Modified: trunk/web/htdocs/links.php =================================================================== --- trunk/web/htdocs/links.php 2006-08-18 15:49:55 UTC (rev 1154) +++ trunk/web/htdocs/links.php 2006-08-18 15:53:11 UTC (rev 1155) @@ -53,5 +53,5 @@ } // Do stuff here before sending headers -redirect('get-involved.php') +redirect('/get-involved.php') ?> Modified: trunk/web/htdocs/news.php =================================================================== --- trunk/web/htdocs/news.php 2006-08-18 15:49:55 UTC (rev 1154) +++ trunk/web/htdocs/news.php 2006-08-18 15:53:11 UTC (rev 1155) @@ -53,5 +53,5 @@ } // Do stuff here before sending headers -redirect('index.php') +redirect('/index.php') ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |