소스 검색

client area functions

andre 6 달 전
부모
커밋
064887d898
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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')