We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969e6b commit c885959Copy full SHA for c885959
1 file changed
controller/manifest.php
@@ -60,7 +60,7 @@ public function handle(): JsonResponse
60
throw new http_exception(Response::HTTP_FORBIDDEN, 'Forbidden');
61
}
62
63
- $board_path = $this->path_helper->get_web_root_path();
+ $board_path = $this->config['force_server_vars'] ? $this->config['script_path'] : $this->path_helper->get_web_root_path();
64
65
$manifest = [
66
'name' => $this->config['sitename'],
0 commit comments