Marius Cramer
2014-04-29 c59632893c66ec9098c6cac245e61539901bc618
interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -289,7 +289,7 @@
            if(data.servertype == "nginx"){
                var selected = jQuery('#php').val();
                jQuery('.apache').hide();
                if(selected != "no" && selected != "php-fpm") {
                if(selected != "no" && selected != "php-fpm" && selected != "hhvm") {
                    jQuery('#php option[value="php-fpm"]').attr('selected', 'selected').val('php-fpm');
                }
                jQuery('#php option[value="fast-cgi"]').hide();