Jump to content

bunny

Members
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by bunny

  1. Hi
    DNS Zone Editor - I get a funny message: The data was successfully updated - even if the approve blank record ;)
     
    in dns_zone.pdt
     

    //Show TXT Records
    			if($entry['type'] == 'TXT' && isset($entry['name'])) {
    		?>
    				<tr><td><?= $entry['ttl']; ?></td><td><?= $entry['name']; ?></td><td><input class="form-control" value="<?= $entry['txtdata']; ?>" disabled/></td><td><?= $entry['type']; ?></td><td><?= $entry['class']; ?></td><td><center><a href="?delete=<?= $entry['line']; ?>" <i class="fa fa-trash-o"></i></a></center></td></tr>
    		<?php
    			}
    

    you can change to
     

    //Show TXT Records
    			if($entry['type'] == 'TXT' && isset($entry['name'])) {
    		?>
    				<tr><td><?= $entry['ttl']; ?></td><td><?= $entry['name']; ?></td><td><textarea  disabled/><?= $entry['txtdata']; ?></textarea></td><td><?= $entry['type']; ?></td><td><?= $entry['class']; ?></td><td><center><a href="?delete=<?= $entry['line']; ?>" <i class="fa fa-trash-o"></i></a></center></td></tr>
    		<?php
    			}
    

    post-33-0-67112100-1465743205_thumb.png

  2. Blesta needs more Modules/Plugins , automatically will be more "LOVERS". WHMCS is perfect, upgrade from one version to another also works perfectly. In business you can not afford to wait ,I use proven solutions. In my opinion, I made a mistake. Blesta stops the operation and development of the business. From the beginning, this is still beta for me. Sorry!

×
×
  • Create New...