Shame on me : debug test was here...

This commit is contained in:
Alan Garcia 2014-03-28 15:23:18 +00:00
parent cde8eb71e8
commit 408ff30a79
1 changed files with 0 additions and 5 deletions

View File

@ -122,11 +122,6 @@ if (isset($error) && $error) {
<th colspan="2">
<input type="checkbox" name="create_dom" value="1" class="inc" id="create_dom" <?php cbox($create_dom==1); ?>/>
<label for="create_dom"><?php printf(_("Install the domain"),""); ?></label>
<?php
echo "plop";
printvar( variable_get('hosting_tld') );
?>
<span class="int" id="create_dom_list_pfx">login.</span><select name="create_dom_list" class="int" id="create_dom_list">
<?php if (variable_get('hosting_tld')) { ?>
<option value="<?php echo variable_get('hosting_tld'); ?>" selected="selected"><?php echo variable_get('hosting_tld'); ?></option>