File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1649,7 +1649,7 @@ function update($event_name, $data) {
16491649 $ custom_php_fpm_ini_dir = $ tmp_php ['php_fpm_ini_dir ' ];
16501650 $ custom_php_fpm_init_script = $ tmp_php ['php_fpm_init_script ' ];
16511651 $ custom_php_fpm_pool_dir = $ tmp_php ['php_fpm_pool_dir ' ];
1652- $ custom_php_fpm_socket_dir = $ tmp_php ['custom_php_fpm_socket_dir ' ];
1652+ $ custom_php_fpm_socket_dir = $ tmp_php ['php_fpm_socket_dir ' ];
16531653 if (substr ($ custom_php_fpm_ini_dir , -1 ) != '/ ' ) $ custom_php_fpm_ini_dir .= '/ ' ;
16541654 }
16551655 }
@@ -1661,7 +1661,7 @@ function update($event_name, $data) {
16611661 $ custom_php_fpm_ini_dir = $ tmp_php ['php_fpm_ini_dir ' ];
16621662 $ custom_php_fpm_init_script = $ tmp_php ['php_fpm_init_script ' ];
16631663 $ custom_php_fpm_pool_dir = $ tmp_php ['php_fpm_pool_dir ' ];
1664- $ custom_php_fpm_socket_dir = $ tmp_php ['custom_php_fpm_socket_dir ' ];
1664+ $ custom_php_fpm_socket_dir = $ tmp_php ['php_fpm_socket_dir ' ];
16651665 if (substr ($ custom_php_fpm_ini_dir , -1 ) != '/ ' ) $ custom_php_fpm_ini_dir .= '/ ' ;
16661666 }
16671667 }
You can’t perform that action at this time.
0 commit comments