Browse Source

修复auto_install.json的bug

root 4 years ago
parent
commit
01fb152c62
1 changed files with 5 additions and 1 deletions
  1. 5 1
      auto_install.json

+ 5 - 1
auto_install.json

@@ -4,5 +4,9 @@
     "db_config": "/config.php",
     "admin_username": "kagamine",
     "admin_password": "kagamine1234",
-    "run_path": "/"
+    "run_path": "/",
+    "php_ext": "",
+    "chmod": [],
+    "remove_file": [],
+    "enable_functions": []
 }