From 77c7d534f46392f62b56305ec8b71eecff3b9221 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 9 Dec 2025 01:57:58 +0500 Subject: upd: counter images --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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 "\"\""; + echo "\"$c\""; } ?> -- cgit v1.2.3