This commit is contained in:
Michał Gdula 2022-08-01 15:06:27 +01:00
parent 9fd958648b
commit 7944e439d7
4 changed files with 9 additions and 5 deletions

View file

@ -75,7 +75,7 @@
echo notify($error, "low");
}
if (isset($success)) {
echo notify($success, "hight");
echo notify($success, "high");
}
?>
<script src='scripts/alert.js'></script>