From: Matthias Schmidt Date: Fri, 11 Jun 2021 15:09:42 +0000 (+0200) Subject: Rename `wsc-dev-config-54.json` to `wsc-dev-config-55.json` X-Git-Tag: 5.5.0_Alpha_1~649^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dec2adb4f7f54f2f6c6123068b187af1ac42fcbd;p=GitHub%2FWoltLab%2FWCF.git Rename `wsc-dev-config-54.json` to `wsc-dev-config-55.json` --- diff --git a/extra/examples/wsc-dev-config-54.json b/extra/examples/wsc-dev-config-54.json deleted file mode 100644 index 605aa81ebf..0000000000 --- a/extra/examples/wsc-dev-config-54.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "setup": { - "database": { - "auto": true, - "host": "localhost", - "password": "root", - "username": "root", - "dbNumber": "2" - }, - "useDefaultInstallPath": true, - "forceStaticCookiePrefix": true - }, - "configuration": { - "option": { - "captcha_type": "", - "module_cookie_policy_page": "0" - }, - "devtools": { - "importFromPath": "C:/inetpub/wwwroot/wcf/" - } - }, - "user": [ - { - "username": "test", - "password": "test", - "email": "test@example.com" - }, - { - "username": "test2", - "password": "test", - "email": "test2@example.com" - } - ] -} diff --git a/extra/examples/wsc-dev-config-55.json b/extra/examples/wsc-dev-config-55.json new file mode 100644 index 0000000000..605aa81ebf --- /dev/null +++ b/extra/examples/wsc-dev-config-55.json @@ -0,0 +1,34 @@ +{ + "setup": { + "database": { + "auto": true, + "host": "localhost", + "password": "root", + "username": "root", + "dbNumber": "2" + }, + "useDefaultInstallPath": true, + "forceStaticCookiePrefix": true + }, + "configuration": { + "option": { + "captcha_type": "", + "module_cookie_policy_page": "0" + }, + "devtools": { + "importFromPath": "C:/inetpub/wwwroot/wcf/" + } + }, + "user": [ + { + "username": "test", + "password": "test", + "email": "test@example.com" + }, + { + "username": "test2", + "password": "test", + "email": "test2@example.com" + } + ] +} diff --git a/wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php b/wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php index 893dfc3054..274a068542 100644 --- a/wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php +++ b/wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php @@ -22,7 +22,7 @@ class DevtoolsSetup extends SingletonFactory * configuration file in the server's document root * @var string */ - const CONFIGURATION_FILE = 'wsc-dev-config-54.json'; + const CONFIGURATION_FILE = 'wsc-dev-config-55.json'; /** * configuration data