diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-05 00:46:17 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-05 00:46:17 +0500 |
| commit | 91efe9a465df0a6647fbb0f7c5643be89cdcc7e1 (patch) | |
| tree | e46c5bc90990e4f668ac426999cf013913e798ef /public/404.php | |
| parent | 9416f30bc9386b15e525cafaae8031d02c073b93 (diff) | |
feat: custom static
Diffstat (limited to 'public/404.php')
| -rw-r--r-- | public/404.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/404.php b/public/404.php index 58aa7db..cd7e12e 100644 --- a/public/404.php +++ b/public/404.php @@ -31,7 +31,7 @@ $reason = str_safe($_GET["error_reason"] ?? "Not found", 200); <section style="position: absolute; right: 6px; bottom: 6px;"> <img src="/static/img/404/<?php - $files = scandir("static/img/404"); + $files = scandir(INSTANCE_STATIC_FOLDER . "/img/404"); array_splice($files, 0, 2); echo $files[random_int(0, count($files) - 1)]; ?>" alt=""></img> |
