Shame on me : debug test was here...
This commit is contained in:
parent
cde8eb71e8
commit
408ff30a79
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue