You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you set Frontpage in the admin area to login.php, the site ends in too many redirections.
In index,php is $inc set to login.php
then this file is included include($inc);
e_SELF is "" {if you don't use index.php)
e_LOGIN is login.php
then this test is true: e_LOGIN != e_SELF in login.php and this code is executed:
What e107 version are you using?
v2.3.3
Bug description
When you set Frontpage in the admin area to login.php, the site ends in too many redirections.
In index,php is $inc set to login.php
then this file is included include($inc);
e_SELF is "" {if you don't use index.php)
e_LOGIN is login.php
then this test is true: e_LOGIN != e_SELF in login.php and this code is executed:
the previous URL is the homepage and this homepage again redirects to login.php
and site loading fails
How to reproduce
set frontpage as login.php
Expected behavior
working site?
What browser(s) are you seeing the problem on?
Chrome / Brave
PHP Version
8.1
The text was updated successfully, but these errors were encountered: