Explorar el Código

client area functions

andre hace 6 meses
padre
commit
064887d898
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      core/Helper/DnsHelper.php

+ 3 - 2
core/Helper/DnsHelper.php

@@ -189,7 +189,7 @@ class DnsHelper
         return $vars;
     }
 
-    function KerioEmail_setDNS()
+    function KerioEmailsetDNS()
     {
         $zoneIDcollection = Capsule::table('dns_manager2_zone')
             ->select('id')
@@ -266,7 +266,8 @@ class DnsHelper
         } */
         return 'success';
     }
-    function KerioEmail_unsetMX()
+    
+    function KerioEmailunsetMX()
     {
         $zoneIDcollection = Capsule::table('dns_manager2_zone')
             ->select('id')