includes/paths.php
changeset 363 2220bab5c784
parent 362 02d315d1cc58
child 372 5bd429428101
--- a/includes/paths.php	Mon Jan 21 11:05:16 2008 -0500
+++ b/includes/paths.php	Mon Jan 21 15:38:50 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']))
     {