mikuli.cz

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

commit 2b8adbaab8da3ebf37f8b8f1a1fde57049829871
parent d4267c61c515a8c5d9823b9ff8bac09211e77cb3
Author: markseu <mark2011@mayberg.se>
Date:   Sun, 20 Mar 2016 00:17:01 +0100

System update (developers cut)

Diffstat:
Msystem/plugins/core.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/system/plugins/core.php b/system/plugins/core.php @@ -2400,8 +2400,9 @@ class YellowToolbox } // Check if location contains location arguments - function isLocationArgs($location) + function isLocationArgs($location = "") { + $location = empty($location) ? $_SERVER["LOCATION"].$_SERVER["LOCATION_ARGS"] : $location; $separator = $this->getLocationArgsSeparator(); return preg_match("/[^\/]+$separator.*$/", $location); }