Skip to content

Commit df22e38

Browse files
committed
fixing problem
1 parent dba250c commit df22e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function_requirements('whm_api');
220220
website_welcome_email($serviceClass->getId());
221221
if (isset($extra['script']) && $extra['script'] > 0) {
222222
$script = (int) $extra['script'];
223-
include_once('include/webhosting/softaculous/sdk.php');
223+
include_once(__DIR__.'/../../../../include/webhosting/softaculous/sdk.php');
224224
$userdata = $GLOBALS['tf']->accounts->read($serviceClass->getCustid());
225225
$soft = new Softaculous_SDK();
226226
$soft->login = "https://{$username}:{$password}@{$serverdata[$settings['PREFIX'].'_name']}:2083/frontend/paper_lantern/softaculous/index.live.php";

0 commit comments

Comments
 (0)