mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 18430c6f159d1200761cb4c5e76c3856c9759c97
parent a6f213018a0d33d523550beb1e00a157b3851746
Author: Florian Trudel <florian.trudel@gmx.de>
Date:   Sun,  7 Jun 2015 00:46:28 +0200

remove ! option

Diffstat:
ACode | 0
Msystem/core/core.php | 2--
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Code b/Code Binary files differ. diff --git 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)) {