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 @@ -1658,7 +1658,7 @@ function update($event_name, $data) {
16581658 $ custom_php_fpm_ini_dir = $ tmp_php ['php_fpm_ini_dir ' ];
16591659 $ custom_php_fpm_init_script = $ tmp_php ['php_fpm_init_script ' ];
16601660 $ custom_php_fpm_pool_dir = $ tmp_php ['php_fpm_pool_dir ' ];
1661- $ custom_php_fpm_socket_dir = $ tmp_php ['custom_php_fpm_socket_dir ' ];
1661+ $ custom_php_fpm_socket_dir = $ tmp_php ['php_fpm_socket_dir ' ];
16621662 if (substr ($ custom_php_fpm_ini_dir , -1 ) != '/ ' ) $ custom_php_fpm_ini_dir .= '/ ' ;
16631663 }
16641664 }
@@ -1670,7 +1670,7 @@ function update($event_name, $data) {
16701670 $ custom_php_fpm_ini_dir = $ tmp_php ['php_fpm_ini_dir ' ];
16711671 $ custom_php_fpm_init_script = $ tmp_php ['php_fpm_init_script ' ];
16721672 $ custom_php_fpm_pool_dir = $ tmp_php ['php_fpm_pool_dir ' ];
1673- $ custom_php_fpm_socket_dir = $ tmp_php ['custom_php_fpm_socket_dir ' ];
1673+ $ custom_php_fpm_socket_dir = $ tmp_php ['php_fpm_socket_dir ' ];
16741674 if (substr ($ custom_php_fpm_ini_dir , -1 ) != '/ ' ) $ custom_php_fpm_ini_dir .= '/ ' ;
16751675 }
16761676 }
You can’t perform that action at this time.
0 commit comments