mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-09 11:53:11 +00:00
More bug fixes!
This commit is contained in:
parent
59b30d9d73
commit
be7d4b5b43
5 changed files with 30 additions and 22 deletions
|
@ -47,7 +47,7 @@
|
|||
if (isset($_SESSION['err'])) {
|
||||
?>
|
||||
<script>
|
||||
sniffleAdd('Error', '<?php echo $_SESSION["err"]; ?>', 'var(--warning)', 'assets/icons/cross.svg');
|
||||
sniffleAdd('Woopsie', '<?php echo $_SESSION["err"]; ?>', 'var(--warning)', 'assets/icons/cross.svg');
|
||||
</script>
|
||||
<?php
|
||||
unset($_SESSION['err']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue