Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
142907 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
3 $wb['client_id_txt'] = 'Client';
4 $wb['name_txt'] = 'PHP Name';
5 $wb['Name'] = 'Name';
6 $wb['FastCGI Settings'] = 'FastCGI Settings';
7 $wb['PHP-FPM Settings'] = 'PHP-FPM Settings';
8 $wb['Additional PHP Versions'] = 'Additional PHP Versions';
9 $wb['Form to edit additional PHP versions'] = 'Form to edit additional PHP versions';
10 $wb['server_php_name_error_empty'] = 'The Name field must not be empty.';
11 $wb['php_fastcgi_binary_txt'] = 'Path to the PHP FastCGI binary';
12 $wb['php_fastcgi_ini_dir_txt'] = 'Path to the php.ini directory';
13 $wb['php_fpm_init_script_txt'] = 'Path to the PHP-FPM init script';
14 $wb['php_fpm_ini_dir_txt'] = 'Path to the php.ini directory';
15 $wb['php_fpm_pool_dir_txt'] = 'Path to the PHP-FPM pool directory';
16 ?>
14f228 17