commit 30cdd9fdf40692459c44b01705902e6ae3356bfe
parent 4089949526cad5e4f1aaa896c06acb745bf25d2b
Author: markseu <mark2011@mayberg.se>
Date: Mon, 26 Feb 2018 10:33:42 +0100
Update installation files, better wiki
Diffstat:
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/system/plugins/core.php b/system/plugins/core.php
@@ -2492,6 +2492,7 @@ class YellowLookup
} else if(!preg_match("#^($pageBase|$mediaBase)#", $location)) {
$location = $pageBase.$location;
}
+ $location = strreplaceu("/./", "/", $location);
$location = strreplaceu(':', $this->yellow->toolbox->getLocationArgsSeparator(), $location);
} else {
if($filterStrict && !preg_match("/^(http|https|ftp|mailto):/", $location)) $location = "error-xss-filter";
diff --git a/system/plugins/update-wiki.installation b/system/plugins/update-wiki.installation
Binary files differ.