Explorar el Código

try new mailboxcheck

andre hace 5 años
padre
commit
dfdb176ec7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();