diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-08 22:17:50 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-08 22:17:50 +0500 |
| commit | 28bb4f3618e2e947d14a05a24e99d826c26c0ce3 (patch) | |
| tree | 06c685d7da7b16cdd6a578b2c1cccc9905fdb401 /index.php | |
| parent | fe9f1e1142321c681eae4c7b2b0c60b5c10b93cd (diff) | |
fix: git commit link
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ authorize_user(); echo '</a> '; if (TINYEMOTES_COMMIT != null) { - echo '<a href="' . sprintf("%s/tree/%s", TINYEMOTES_LINK, TINYEMOTES_COMMIT) . '">(Commit '; + echo '<a href="' . sprintf("%s/commit/?id=%s", TINYEMOTES_LINK, TINYEMOTES_COMMIT) . '">(Commit '; echo substr(TINYEMOTES_COMMIT, 0, 7); echo ')</a>'; } |
