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 /src | |
| parent | 9416f30bc9386b15e525cafaae8031d02c073b93 (diff) | |
feat: custom static
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.sample.php b/src/config.sample.php index 5962a20..f1c3a45 100644 --- a/src/config.sample.php +++ b/src/config.sample.php @@ -1,6 +1,7 @@ <?php // INSTANCE define("INSTANCE_NAME", "TinyEmotes"); +define("INSTANCE_STATIC_FOLDER", "static"); // Static folder. Used only in /404.php. // DATABASE define("DB_USER", "ENTER_DATABASE_USER"); // Database user. MANDATORY! |
