From: Matthias Schmidt Date: Sun, 3 Feb 2019 17:26:02 +0000 (+0100) Subject: Update version number in dev setup config filename X-Git-Tag: 5.2.0_Alpha_1~308 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=159ddbdbadb67e048103fd3f8625a73b3254741d;p=GitHub%2FWoltLab%2FWCF.git Update version number in dev setup config filename --- diff --git a/extra/examples/wsc-dev-config-31.json b/extra/examples/wsc-dev-config-31.json deleted file mode 100644 index 605aa81ebf..0000000000 --- a/extra/examples/wsc-dev-config-31.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-52.json b/extra/examples/wsc-dev-config-52.json new file mode 100644 index 0000000000..605aa81ebf --- /dev/null +++ b/extra/examples/wsc-dev-config-52.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 cbef84d596..3562421f27 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-31.json'; + const CONFIGURATION_FILE = 'wsc-dev-config-52.json'; /** * configuration data