tbrehm
2011-09-07 c719dc0b1dd696e0cd6b51f09ee13c8263375f7c
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')) {