More bug fixes!

This commit is contained in:
Michał Gdula 2022-10-05 18:54:26 +00:00
parent 59b30d9d73
commit be7d4b5b43
5 changed files with 30 additions and 22 deletions

View file

@ -6,6 +6,7 @@
// Check if user is logged in
if (!$user_info->is_loggedin()) {
$_SESSION['err'] = "You must be logged in to upload images!!!!!!!!";
header("location: account.php");
}
?>