mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-20 17:10:34 +00:00
Ajusting Sass and compressing profile pictures
This commit is contained in:
parent
bc7dfb481a
commit
37b1f94575
4 changed files with 28 additions and 17 deletions
|
@ -18,11 +18,7 @@
|
|||
$diff = new Diff();
|
||||
|
||||
if (!isset($_GET['user']) || empty($_GET['user'])) {
|
||||
?>
|
||||
<script>
|
||||
sniffleAdd("Success", "Error", "var(--green)", "assets/icons/trash.svg");
|
||||
</script>
|
||||
<?php
|
||||
header("Location: index.php");
|
||||
} elseif (isset($_GET['user'])) {
|
||||
$user = $user_info->get_user_info($conn, $_GET['user']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue