fix: we were always using the wiki image provider: make sure to actually load the config

This commit is contained in:
frederik
2025-08-26 17:05:14 +02:00
parent 38dd1c0131
commit ce716cd007
+1
View File
@@ -3,6 +3,7 @@
define('__ROOT__', dirname(dirname(__FILE__)));
require_once(__ROOT__ . '/scripts/common.php');
$config = get_config();
$requestUri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
$requestMethod = $_SERVER['REQUEST_METHOD'];