mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-05 18:03:13 +00:00
File reordering in progress
This commit is contained in:
parent
b227baf239
commit
274707c80b
7 changed files with 79 additions and 58 deletions
|
@ -15,9 +15,6 @@ include __DIR__."/ui/nav.php";
|
|||
if (params.del == "true") {
|
||||
sniffleAdd("Image Deleted", "Successfully deleted image: <?php echo $_GET['id']; ?>", "var(--green)", "<?php echo $root_dir ?>assets/icons/trash.svg");
|
||||
}
|
||||
if (params.login == "success") {
|
||||
sniffleAdd("Logged in", "O hi <?php echo $_SESSION['username']; ?>", "var(--green)", "<?php echo $root_dir ?>assets/icons/hand-waving.svg");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="info-text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue