tbrehm
2012-02-13 a8903524b632a834c2961d007d9edf52dadf79b9
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')) {