- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 69 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Admin cannot logout using Nuke logout fix [ ]
Author
Message
eyepoker
Nuke Soldier
Joined: Sep 28, 2004
Posts: 17
Posted:
Fri Oct 08, 2004 9:25 am
This was applied to Nuke 7.4 and addressed the following issue that I was having:
Logged in as admin and could not logout using the Nuke logout but *could* logout using the phpBB logout.
Edit the following in admin.php line 782 from this ('case "logout"' mentioned here merely as a reference point in the script):
case "logout":
setcookie("admin");
to this:
case "logout":
setcookie("admin", "", time() - 3600);
Also, this thread is related:
http://nukecops.com/postt21138.html
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum