mcramer
2012-10-19 f2943791da28d6700b459b92ab4c657402013af8
interface/web/sites/templates/web_domain_edit.htm
@@ -205,6 +205,7 @@
                jQuery('#php option[value="mod"]').show();
                jQuery('#php option[value="suphp"]').show();
            }
            jQuery('#php').change();
        });
    }
      
@@ -225,7 +226,7 @@
                }
                options += '<option value="'+key+'"'+phpfastcgiselected+'>'+val+'</option>';
            });
            $('#fastcgi_php_version').html(options);
            $('#fastcgi_php_version').html(options).change();
        });
    }