Hi, is there a any way to change label for default php-fpm version? Now we have these options: Default PHP 5.4 PHP 5.5 PHP 7 It works fine but it is not too clear for our customers. Is it possible to change it to something more descriptive text? Something like this? PHP 5.4 PHP 5.5 PHP 5.6 (Default) PHP 7 Thank you
This should be line 255 in /usr/local/ispconfig/interface/web/sites/web_vhost_domain_edit.php $php_select = "<option value=''>Default</option>";
Hi Till, thank you for advice. I tried edit file you mentioned but without effect. I found template files where I edited "Default" value and it works as I need. The files are: /usr/local/ispconfig/interface/web/sites/templates/web_domain_edit.htm /usr/local/ispconfig/interface/web/sites/templates/web_vhost_subdomain_edit.htm for ISPConfig 3.0.5.4 and /usr/local/ispconfig/interface/web/sites/templates/web_vhost_domain_edit.htm for ISPConfig 3.1.1