enhance php and plugin version
Dieser Commit ist enthalten in:
Ursprung
b8545396e3
Commit
6cfe4efa15
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -9,10 +9,10 @@
|
||||||
<copyright>ConLite Team</copyright>
|
<copyright>ConLite Team</copyright>
|
||||||
<mail>plugins@conlite.org</mail>
|
<mail>plugins@conlite.org</mail>
|
||||||
<website>https://conlite.org</website>
|
<website>https://conlite.org</website>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
</general>
|
</general>
|
||||||
<requirements php="7.1">
|
<requirements php="7.4">
|
||||||
<conlite minversion="2.1.0" />
|
<conlite minversion="2.1.3" />
|
||||||
</requirements>
|
</requirements>
|
||||||
<conlite>
|
<conlite>
|
||||||
<areas>
|
<areas>
|
||||||
|
|
|
@ -518,7 +518,7 @@ function mr_buildGeneratedCode($code) {
|
||||||
foreach ($matches as $val) {
|
foreach ($matches as $val) {
|
||||||
$oMRUrlStack->add('front_content.php' . $val[2]);
|
$oMRUrlStack->add('front_content.php' . $val[2]);
|
||||||
}
|
}
|
||||||
|
ModRewriteDebugger::add($code, 'mr_buildGeneratedCode() before replace');
|
||||||
// ok let it beginn, build the clean urls
|
// ok let it beginn, build the clean urls
|
||||||
$code = str_replace('"front_content.php"', '"' . mr_buildNewUrl('front_content.php') . '"', $code);
|
$code = str_replace('"front_content.php"', '"' . mr_buildNewUrl('front_content.php') . '"', $code);
|
||||||
$code = str_replace("'front_content.php'", "'" . mr_buildNewUrl('front_content.php') . "'", $code);
|
$code = str_replace("'front_content.php'", "'" . mr_buildNewUrl('front_content.php') . "'", $code);
|
||||||
|
|
Laden …
In neuem Issue referenzieren