diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php index 10aaf4ea98472cd23dea44f26148a8cebe84cd56..5d8d4968e2be1ac723a2172c7f6d64c68d13b03b 100644 --- a/modules/registrars/cozaepp/cozaepp.php +++ b/modules/registrars/cozaepp/cozaepp.php @@ -787,7 +787,7 @@ function cozaepp_DeleteNameserver($params) { # Function to create internal COZA EPP request function _cozaepp_Client() { # Setup include dir - $include_path = '../modules/registrars/cozaepp'; + $include_path = ROOTDIR . '/modules/registrars/cozaepp'; set_include_path(get_include_path() . PATH_SEPARATOR . $include_path); include_once 'Net/EPP/Client.php'; include_once 'Net/EPP/Protocol.php';