remove ! option
This commit is contained in:
parent
a6f213018a
commit
18430c6f15
2 changed files with 0 additions and 2 deletions
BIN
Code
Normal file
BIN
Code
Normal file
Binary file not shown.
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue