[MOD] Admin login like others
Posted: Sun Apr 20, 2014 1:45 am
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:
Replace with:
Thats it!
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!