|
|
@@ -19,7 +19,7 @@ class DnsHelper
|
|
|
const DMARC = 'v=DMARC1; p=reject; rua=mailto:technik@thurdata.ch; ruf=mailto:technik@thurdata.ch';
|
|
|
public static function KerioEmailCheckDNS($params)
|
|
|
{
|
|
|
- $testselect = \Capsule::table('tblhosting')
|
|
|
+ $testselect = Capsule::table('tblhosting')
|
|
|
->select('nameserver1ip')
|
|
|
->where('id', '=', $params['serverid'])
|
|
|
->get();
|