Sfoglia il codice sorgente

client area functions

andre 6 mesi fa
parent
commit
064887d898
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      core/Helper/DnsHelper.php

+ 3 - 2
core/Helper/DnsHelper.php

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