mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-08 11:23:11 +00:00
More bug fixes!
This commit is contained in:
parent
59b30d9d73
commit
be7d4b5b43
5 changed files with 30 additions and 22 deletions
|
@ -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");
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue