This commit is contained in:
grandeljay 2022-05-29 10:59:11 +02:00
parent 1e935123c1
commit 18c4d9491c

View file

@ -100,8 +100,6 @@ class URL
) {
$rewriteRule = str_replace($match, $value, $rewriteRule);
error_log('Successfully matched ' . $match . ' with ' . $value . ' New rule is now: ' . $rewriteRule);
$countMatches++;
break;
}