";
if (!is_admin($username) && !is_mod_of($username,$file)) {
echo "
Sie haben keine Berechtigung zur Administration.
\n";
echo "";
footer_show("footer.inc.php");
exit;
}
pw_pruefen($username,$password,0,0);
echo "Thread $thread geöffnet. Zum Forum.";
echo "";
footer_show("footer.inc.php");
exit;
?>