[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/media/includes/classes
From:       Chris Howells <howells () kde ! org>
Date:       2003-07-22 17:51:22
[Download RAW message or body]

CVS commit by howells: 

fix copy and past error


  M +2 -2      class_handler404.inc   1.4


--- www/media/includes/classes/class_handler404.inc  #1.3:1.4
@@ -19,5 +19,5 @@
                 if (strstr($_SERVER['REQUEST_URI'], ".html") && !strstr($_SERVER['REQUEST_URI'], "..")
                 && (file_exists("../" . str_replace(".html", ".php", $_SERVER['REQUEST_URI']))
-                || file_exists("./" . str_replace(".phtml", ".php", $_SERVER['REQUEST_URI']))))
+                || file_exists("./" . str_replace(".html", ".php", $_SERVER['REQUEST_URI']))))
                 {
                         header("Location: " . str_replace(".html", ".php", $_SERVER['REQUEST_URI']));
@@ -27,5 +27,5 @@
                 if (strstr($_SERVER['REQUEST_URI'], ".htm") && !strstr($_SERVER['REQUEST_URI'], "..")
                 && (file_exists("../" . str_replace(".htm", ".php", $_SERVER['REQUEST_URI']))
-                || file_exists("./" . str_replace(".phtml", ".php", $_SERVER['REQUEST_URI']))))
+                || file_exists("./" . str_replace(".htm", ".php", $_SERVER['REQUEST_URI']))))
                 {
                         header("Location: " . str_replace(".htm", ".php", $_SERVER['REQUEST_URI']));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic