Page 1 of 1

[MOD] Admin login like others

PostPosted: Sun Apr 20, 2014 1:45 am
by iheartbreakz
For those who are tired of getting redirected to the admin panel login page after logging in as an admin.

Edit /pages/login.php

Find:
Code: Select all
<meta http-equiv="REFRESH" content="0;url=./admin.php">


Replace with:
Code: Select all
<meta http-equiv="REFRESH" content="0;url=./index.php?page=userpanel">


Thats it! :D :D

Re: [MOD] Admin login like others

PostPosted: Thu Nov 06, 2014 3:36 pm
by stadium5587
That didn't work.

It says successfully logged in and then goes to a page and says

"You are not logged in. You will now be redirected to the login page in 5 seconds."

Any ideas?

Re: [MOD] Admin login like others

PostPosted: Fri Nov 07, 2014 11:30 pm
by SamEA
What URL does it redirect you to?

Re: [MOD] Admin login like others

PostPosted: Fri Nov 14, 2014 3:20 am
by iheartbreakz
This mod shouldn't effect any logging in issues. Are you sure you didn't make changes anywhere else?