From: Niklas (Krymonota) Date: Sat, 8 Aug 2020 13:24:17 +0000 (+0200) Subject: Update version number in Devtools config file name to 5.3 X-Git-Tag: 5.3.0_Alpha_1~20^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1ae79ce1122fe78e1238a721ac7a0483705b43e8;p=GitHub%2FWoltLab%2FWCF.git Update version number in Devtools config file name to 5.3 --- diff --git a/extra/examples/wsc-dev-config-52.json b/extra/examples/wsc-dev-config-52.json deleted file mode 100644 index 605aa81ebf..0000000000 --- a/extra/examples/wsc-dev-config-52.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-53.json b/extra/examples/wsc-dev-config-53.json new file mode 100644 index 0000000000..605aa81ebf --- /dev/null +++ b/extra/examples/wsc-dev-config-53.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 f2d52825c7..2818956252 100644 --- a/wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php +++ b/wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php @@ -19,7 +19,7 @@ class DevtoolsSetup extends SingletonFactory { * configuration file in the server's document root * @var string */ - const CONFIGURATION_FILE = 'wsc-dev-config-52.json'; + const CONFIGURATION_FILE = 'wsc-dev-config-53.json'; /** * configuration data