includes/paths.php
changeset 362 02d315d1cc58
parent 351 8978cb3541ca
child 372 5bd429428101
--- a/includes/paths.php	Mon Jan 21 10:17:26 2008 -0500
+++ b/includes/paths.php	Mon Jan 21 15:37:28 2008 -0500
@@ -482,6 +482,11 @@
         exit;
       }
       $ret = $_GET['title'];
+      if ( substr($ret, 0, strlen($this->nslist['Special'])) === $this->nslist['Special'] ||
+           substr($ret, 0, strlen($this->nslist['Admin'])) === $this->nslist['Admin'] )
+      {
+        list($ret) = explode('/', $ret);
+      }
     }
     elseif(isset($_SERVER['PATH_INFO']))
     {