From 6fc5a6d2b8eadf3f80cc9fb20a3071ff5c7f0a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 28 May 2023 17:42:01 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 94c135d..9d2c82a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -13,7 +13,7 @@ name = "Mediawiki configuration" yes = true no = false help = "Set to 'true' to allow account creation." - bind = "create_account:__FINALPATH__/LocalSettings.php" + bind = "create_account:__INSTALL_DIR__/LocalSettings.php" [main.php_fpm_config] name = "PHP-FPM configuration"