server/mods-available/dns_module.inc.php
@@ -47,7 +47,11 @@ function onInstall() { global $conf; return true; if($conf['services']['dns'] == true) { return true; } else { return false; } } @@ -115,7 +119,7 @@ function restartBind($action = 'restart') { global $app; global $app,$conf; $daemon = ''; if(is_file($conf['init_scripts'] . '/' . 'bind9')) {