diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-09 01:57:58 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-09 01:57:58 +0500 |
| commit | 77c7d534f46392f62b56305ec8b71eecff3b9221 (patch) | |
| tree | c0782fe2d938af562a0d4703d4ad7777c2821328 /index.php | |
| parent | 64a9bfae4a659f38f33320e59004a1d1dd259a40 (diff) | |
upd: counter images
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
