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
Hi,
Great base to work with thanks for your work!!.
I noticed that in "/assets/includes/auth_functions.php" the header("Location: ../home/"); are relative.
that means they can only be included from an level one dir.
maybe header("Location: /home/"); is an solution or an entry in the env.php file.. that way its only one change...
The text was updated successfully, but these errors were encountered:
Good idea, I do like having as many shared constants as possible present in env files, that ensures consistency in the app and makes changing anything easier. I will make this change along with some more as soon as I get some time.
Hi,
Great base to work with thanks for your work!!.
I noticed that in "/assets/includes/auth_functions.php" the header("Location: ../home/"); are relative.
that means they can only be included from an level one dir.
maybe header("Location: /home/"); is an solution or an entry in the env.php file.. that way its only one change...
The text was updated successfully, but these errors were encountered: