123456789101112131415161718192021 |
- {
- "php_ext": "redis,fileinfo",
- "chmod": [
- {
- "mode": 755,
- "path": "/"
- }
- ],
- "success_url": "/install.php",
- "php_versions": "74",
- "db_config": "",
- "admin_username": "",
- "admin_password": "",
- "run_path": "/public",
- "remove_file": [
- "/.user.ini"
- ],
- "enable_functions": [
- "shell_exec","putenv"
- ]
- }
|