Explorar el Código

test client area functions

andre hace 6 meses
padre
commit
bcb7ede2c6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/Helper/DnsHelper.php

+ 1 - 0
core/Helper/DnsHelper.php

@@ -191,6 +191,7 @@ class DnsHelper
 
     function KerioEmailsetDNS()
     {
+        return 'success';
         $zoneIDcollection = Capsule::table('dns_manager2_zone')
             ->select('id')
             ->where('name', '=', $this->params['domain'])