mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-03 08:53:13 +00:00
Code cleany cleany
This commit is contained in:
parent
7308f669a5
commit
a9780f59e7
6 changed files with 48 additions and 20 deletions
|
@ -19,6 +19,14 @@
|
|||
<?php
|
||||
unset($_SESSION['del']);
|
||||
}
|
||||
if (isset($_SESSION['welc'])) {
|
||||
?>
|
||||
<script>
|
||||
sniffleAdd('O hi <?php echo $_SESSION["username"]; ?>', 'You are now logged in, enjoy your stay!', 'var(--green)', 'assets/icons/hand-waving.svg');
|
||||
</script>
|
||||
<?php
|
||||
unset($_SESSION['welc']);
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="info-text defaultFonts">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue