diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-10 18:21:51 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-10 18:21:51 +0500 |
| commit | 0891b1fb605a0244a3f034ebdd528b4b57fa35f2 (patch) | |
| tree | 3af3ebf6be1f641b0b1fde2ebc474846673d0a11 /lib | |
| parent | 78ccc7e7db5fca5a1ff9bb63ef64b015f3afb1f3 (diff) | |
upd: removed INSTANCE_STATIC_FOLDER constant
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/config.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/config.php b/lib/config.php index fac6e02..c4fc5d8 100644 --- a/lib/config.php +++ b/lib/config.php @@ -111,7 +111,5 @@ $cfg['rating']['names'] = $n; define('CONFIG', $cfg); -define("INSTANCE_STATIC_FOLDER", "static"); // Static folder. Used only in /404.php. - // FOR DEVELOPERS define("CLIENT_REQUIRES_JSON", isset($_SERVER["HTTP_ACCEPT"]) && $_SERVER["HTTP_ACCEPT"] == "application/json");
\ No newline at end of file |
