From 0891b1fb605a0244a3f034ebdd528b4b57fa35f2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 10 Dec 2025 18:21:51 +0500 Subject: upd: removed INSTANCE_STATIC_FOLDER constant --- lib/config.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/config.php') 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 -- cgit v1.2.3