diff --git a/Code b/Code new file mode 100644 index 0000000..f953485 Binary files /dev/null and b/Code differ diff --git a/system/core/core.php b/system/core/core.php index b5b71bf..5d6e86a 100755 --- a/system/core/core.php +++ b/system/core/core.php @@ -2040,8 +2040,6 @@ class YellowLookup if(preg_match("/^\#/", $location)) { $location = $pageBase.$pageLocation.$location; - } else if( preg_match( "/^\!/", $location )) { - $location = substr( $location, 1 ); } else if(!preg_match("/^\//", $location)) { $location = $this->getDirectoryLocation($pageBase.$pageLocation).$location; } else if(!preg_match("#^$pageBase#", $location)) {