if(in_array($language, $LANGUAGE_LIST)) {
include('./lang/'.$language.'.php');
} else {
include('./lang/'.$LANGUAGE_LIST[0].'.php');
}
if(!$_SESSION['user'] == "admin"){
echo "Sorry only the Admin can register users.";
die();
}
Return to Hacks and Modifications
Users browsing this forum: No registered users and 10 guests