Ajusting Sass and compressing profile pictures

This commit is contained in:
Michał Gdula 2022-09-22 21:19:26 +00:00
parent bc7dfb481a
commit 37b1f94575
4 changed files with 28 additions and 17 deletions

View file

@ -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']);