Sfoglia il codice sorgente

try new mailboxcheck

andre 5 anni fa
parent
commit
dfdb176ec7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -6,7 +6,7 @@ if(substr($host, 0 - strlen($allowed_host)) != $allowed_host) {
 }
 
 define("CLIENTAREA", true);
-require_once(__DIR__ . '/../../init.php');
+require_once(__DIR__ . '/../../../init.php');
 use WHMCS\Database\Capsule;
 
 $whmcs = App::self();