Author: nextgens
Date: 2008-05-08 09:33:29 +0000 (Thu, 08 May 2008)
New Revision: 19837
Modified:
trunk/website/index.php
Log:
website: remove the non-working code; other changes are still meaningful
Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php 2008-05-08 09:28:07 UTC (rev 19836)
+++ trunk/website/index.php 2008-05-08 09:33:29 UTC (rev 19837)
@@ -1,14 +1,5 @@
<?
-if (!isset($_REQUEST["rewritten"])) {
- $currentURI = "$_SERVER["REQUEST_URI"]";
- $newURI = ereg_replace("/test\.php\?page=(.+)","/$1.html",$currentURI);
- header("Request-URI: $newURI");
- header("Content-Location: $newURI");
- header("Location: $newURI");
- die;
-}
-
include 'includes/common.inc.php';
?>