1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-12 00:44:56 +00:00
This commit is contained in:
Starbeamrainbowlabs 2022-08-14 22:31:08 +01:00
parent ccd0fa8f13
commit b0e1418175
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -70,7 +70,7 @@ register_module([
$send_redirect = false;
if((isset($pageindex->$page->redirect_absolute) &&
$pageindex->$page->redirect_absolute == true && // ...and it's absolute....
$settings->redirect_absolute_enable === false)) // ...and absolute redirects are enabled
$settings->redirect_absolute_enable === false)) // ...and absolute redirects are not enabled
$send_redirect = false;