auto_install.json 342 B

123456789101112131415161718192021
  1. {
  2. "php_ext": "fileinfo",
  3. "chmod": [
  4. {
  5. "mode": 755,
  6. "path": "/"
  7. }
  8. ],
  9. "success_url": "/install.php",
  10. "php_versions": "73,74",
  11. "db_config": "",
  12. "admin_username": "",
  13. "admin_password": "",
  14. "run_path": "/public",
  15. "remove_file": [
  16. "/.user.ini"
  17. ],
  18. "enable_functions": [
  19. "shell_exec","putenv"
  20. ]
  21. }