Fatal error: Cannot redeclare isadmin() in /home/hvc3com/public_html/rsblacklist/include/session.php on line 421
whats wrong. heres the area around the code.
function isAdmin(){
return ($this->userlevel == ADMIN_LEVEL ||
$this->username == ADMIN_NAME);
}
****421****** function isAdmin(){
return ($this->userlevel == STAFF_LEVEL);
}
function isWorker(){
return ($this->userlevel == WORKER_LEVEL);
}