interface/web/dns/dns_soa_edit.php | ●●●●● patch | view | raw | blame | history |
interface/web/dns/dns_soa_edit.php
@@ -199,6 +199,7 @@ function onSubmit() { global $app, $conf; if ($app->tform->getCurrentTab() == 'dns_soa') { /* check if the domain module is used - and check if the selected domain can be used! */ $app->uses('ini_parser,getconf'); $settings = $app->getconf->get_global_config('domains'); @@ -270,7 +271,7 @@ if($tmp["number"] > 0) { $app->error($app->tform->wordbook["origin_error_unique"]); } } parent::onSubmit(); }