add mod forum and stuff

This commit is contained in:
SilicaAndPina 2021-07-17 02:27:49 +12:00
parent 86f4423bc8
commit 64e057524c
341 changed files with 45156 additions and 138 deletions

View file

@ -22,6 +22,9 @@ if(isset($_POST["USER"], $_POST["PASS"]))
$_SESSION['MOD'] = get_mod($id);
$_SESSION['PASSWORD_HASH'] = get_password_hash($id);
$_SESSION['SALT'] = get_salt($id);
if($_SESSION['ADMIN'] == 'YES')
$_SESSION['MOD'] = 'YES';
}
else
{