Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
🐛 Fixed wrong img dir
Browse files Browse the repository at this point in the history
  • Loading branch information
anditv21 committed Sep 23, 2024
1 parent 50ad685 commit 7e7f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
$loginfails = Session::get("loginfails");
if ($loginfails > 0) : ?>
<br>
<em style="color: red"; >Security Warning: <?php Util::display(Util::securevar($loginfails)); ?> failed login attempts <img title="" data-toggle="tooltip" data-placement="top" src="assets/img/warning.png" width="15" height="15" data-original-title="Resets after every successful login."></em>
<em style="color: red"; >Security Warning: <?php Util::display(Util::securevar($loginfails)); ?> failed login attempts <img title="" data-toggle="tooltip" data-placement="top" src="assets/images/warning.png" width="15" height="15" data-original-title="Resets after every successful login."></em>

<?php endif; ?>
</body>
Expand Down

0 comments on commit 7e7f04c

Please sign in to comment.