ASE ERROR

Status
Not open for further replies.

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
Go into class.users.php

Search:
Code:
loginHK()

OR

Code:
incorrect access level

Change this to the max rank you want to access housekeeping

Code:
if(($this->getInfo($_SESSION['user']['id'], 'rank')) >= 7)

The number in red will be different for you, change it to the rank you want.
 

Daniel Prince

Member
Jul 26, 2011
34
0
Go into class.users.php

Search:
Code:
loginHK()

OR

Code:
incorrect access level

Change this to the max rank you want to access housekeeping

Code:
if(($this->getInfo($_SESSION['user']['id'], 'rank')) >= 7)

The number in red will be different for you, change it to the rank you want.
I've just done this and still Incorrect access level
 
Status
Not open for further replies.

Users who are viewing this thread

Top