summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 01:57:58 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 01:57:58 +0500
commit77c7d534f46392f62b56305ec8b71eecff3b9221 (patch)
treec0782fe2d938af562a0d4703d4ad7777c2821328 /index.php
parent64a9bfae4a659f38f33320e59004a1d1dd259a40 (diff)
upd: counter images
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9cd216d..a538469 100644
--- a/index.php
+++ b/index.php
@@ -55,7 +55,7 @@ authorize_user();
$count = $results->fetch()[0];
foreach (str_split($count) as $c) {
- echo "<img src=\"/static/img/counter/$c.png\" alt=\"\" />";
+ echo "<img src=\"/static/img/counter/$c.png\" alt=\"$c\" />";
}
?>
</div>