From 28bb4f3618e2e947d14a05a24e99d826c26c0ce3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 8 Dec 2025 22:17:50 +0500 Subject: fix: git commit link --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b6c213e..b443df7 100644 --- a/index.php +++ b/index.php @@ -77,7 +77,7 @@ authorize_user(); echo ' '; if (TINYEMOTES_COMMIT != null) { - echo '(Commit '; + echo '(Commit '; echo substr(TINYEMOTES_COMMIT, 0, 7); echo ')'; } -- cgit v1.2.3