|
|
@@ -20,10 +20,10 @@ use WHMCS\Database\Capsule;
|
|
|
* This is an extend version of:
|
|
|
* @see https://github.com/alloylab/zimbra-admin-api-soap-php
|
|
|
*/
|
|
|
-require_once('api/Zm/Auth.php');
|
|
|
-require_once('api/Zm/Account.php');
|
|
|
-require_once('api/Zm/Domain.php');
|
|
|
-require_once('api/Zm/Server.php');
|
|
|
+require_once(__DIR__ . '/api/Zm/Auth.php');
|
|
|
+require_once(__DIR__ . '/api/Zm/Account.php');
|
|
|
+require_once(__DIR__ . '/api/Zm/Domain.php');
|
|
|
+require_once(__DIR__ . '/api/Zm/Server.php');
|
|
|
|
|
|
/**
|
|
|
* Helper function to find values of a named key in a multidimensional arrays or objects
|