Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit 7e7f04c

Browse files
committed
🐛 Fixed wrong img dir
1 parent 50ad685 commit 7e7f04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
$loginfails = Session::get("loginfails");
205205
if ($loginfails > 0) : ?>
206206
<br>
207-
<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>
207+
<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>
208208

209209
<?php endif; ?>
210210
</body>

0 commit comments

Comments
 (0)