[HELP] Another illuminaCMS issue!

Status
Not open for further replies.

Types

New Member
May 7, 2013
4
0
Hi, I know You guys helped me Fix the other Error, but now I have this problem, And i Dont Know how to find it out?
Q8wbDyr.png
Or is There anyway to get rid of it?
 

rhandy

Member
Jun 25, 2011
42
0
It's 2332 but go to ur client and search something like "pin" and it would be like this:

Code:
else if($light->pin_enabled == true && !isset($_SESSION["Pincode_Passed"]) && $users->userVar(USERNAME, 'rank') >= 6) {
        header ("Location: " . WWW . "/client_denied");

Make it:

Code:
else if($light->pin_enabled == true && !isset($_SESSION) && $users->userVar(USERNAME, 'rank') >= 6) {
        header ("Location: " . WWW . "/client_denied");

So delete ["Pincode_Passed"].

//////////////////////////////////////////////Edit/////////////////////////////////////////////////
Did it work?

- Regards,
Rhandy
 
Status
Not open for further replies.

Users who are viewing this thread

Top