Update version number in Devtools config file name to 5.3
authorNiklas (Krymonota) <Krymonota@users.noreply.github.com>
Sat, 8 Aug 2020 13:24:17 +0000 (15:24 +0200)
committerNiklas (Krymonota) <Krymonota@users.noreply.github.com>
Sat, 8 Aug 2020 13:24:17 +0000 (15:24 +0200)
extra/examples/wsc-dev-config-52.json [deleted file]
extra/examples/wsc-dev-config-53.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php

diff --git a/extra/examples/wsc-dev-config-52.json b/extra/examples/wsc-dev-config-52.json
deleted file mode 100644 (file)
index 605aa81..0000000
+++ /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 (file)
index 0000000..605aa81
--- /dev/null
@@ -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"
+        }
+    ]
+}
index f2d52825c7709dcea9bb586fb4f3e23252dba915..28189562524a139e885205134450f947a599c530 100644 (file)
@@ -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