tbrehm
2011-08-29 e615265d3b51e27f0f664cea193b6353975d6f7d
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')) {