- Code: Select all
admin/pagestart.php
FIND - Line 59
2.0.7 Code:
redirect($url);
REPLACE WITH
2.0.8 Code:
redirect("index.$phpEx?sid=" . $userdata['session_id']);
When admin, when I click their username, instead of going to edit their profile, it sends me straight to index.php
Otherwise as a normal user and guest it works fine.


