mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 22:33:11 +00:00
Making the website a bit more preformant on weaker phones and ajusting image view
This commit is contained in:
parent
c18d72ccb0
commit
85afe70daa
8 changed files with 132 additions and 169 deletions
|
@ -1,19 +1,3 @@
|
|||
/*
|
||||
Tags Confirm
|
||||
*/
|
||||
if (isset($_POST['tags_confirm']) && $privilaged) {
|
||||
// Unset all the variables, needed by flyout
|
||||
unset($header, $content, $action);
|
||||
|
||||
|
||||
|
||||
|
||||
header("Location:image.php?id=".$image["id"]."&update=success");
|
||||
} else {
|
||||
header("Location:image.php?id=".$image["id"]."&update=error");
|
||||
}
|
||||
}
|
||||
}
|
||||
<?php
|
||||
/*
|
||||
|-------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue