Skip to content
Snippets Groups Projects
Commit 0f1d82ee authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Slight comment fixup

parent c3dc2f5d
No related branches found
No related tags found
No related merge requests found
......@@ -787,6 +787,7 @@ function _cozaepp_Client() {
# Setup include dir
$include_path = ROOTDIR . '/modules/registrars/cozaepp';
set_include_path($include_path . PATH_SEPARATOR . get_include_path());
# Include EPP stuff we need
require_once 'Net/EPP/Client.php';
require_once 'Net/EPP/Protocol.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment