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 @@ -1094,7 +1094,7 @@ function update($event_name, $data) {
10941094 $ custom_php_fpm_ini_dir = $ tmp_php ['php_fpm_ini_dir ' ];
10951095 $ custom_php_fpm_init_script = $ tmp_php ['php_fpm_init_script ' ];
10961096 $ custom_php_fpm_pool_dir = $ tmp_php ['php_fpm_pool_dir ' ];
1097- $ custom_php_fpm_socket_dir = $ tmp_php ['custom_php_fpm_socket_dir ' ];
1097+ $ custom_php_fpm_socket_dir = $ tmp_php ['php_fpm_socket_dir ' ];
10981098 if (substr ($ custom_php_fpm_ini_dir , -1 ) != '/ ' ) $ custom_php_fpm_ini_dir .= '/ ' ;
10991099 }
11001100 }
@@ -1106,7 +1106,7 @@ function update($event_name, $data) {
11061106 $ custom_php_fpm_ini_dir = $ tmp_php ['php_fpm_ini_dir ' ];
11071107 $ custom_php_fpm_init_script = $ tmp_php ['php_fpm_init_script ' ];
11081108 $ custom_php_fpm_pool_dir = $ tmp_php ['php_fpm_pool_dir ' ];
1109- $ custom_php_fpm_socket_dir = $ tmp_php ['custom_php_fpm_socket_dir ' ];
1109+ $ custom_php_fpm_socket_dir = $ tmp_php ['php_fpm_socket_dir ' ];
11101110 if (substr ($ custom_php_fpm_ini_dir , -1 ) != '/ ' ) $ custom_php_fpm_ini_dir .= '/ ' ;
11111111 }
11121112 }
You can’t perform that action at this time.
0 commit comments