New admin page always going to login page
Posted: Mon May 08, 2023 12:12 pm
When trying to create a new admin page whenever I include
the page always loops back to the admin login page and when I login in it takes me to index page
Any ideas why it would do that as I can not see why it would do that

Code: Select all
require 'includes/application_top.php';
require 'includes/template_top.php';Any ideas why it would do that as I can not see why it would do that