We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba250c commit df22e38Copy full SHA for df22e38
1 file changed
src/Plugin.php
@@ -220,7 +220,7 @@ function_requirements('whm_api');
220
website_welcome_email($serviceClass->getId());
221
if (isset($extra['script']) && $extra['script'] > 0) {
222
$script = (int) $extra['script'];
223
- include_once('include/webhosting/softaculous/sdk.php');
+ include_once(__DIR__.'/../../../../include/webhosting/softaculous/sdk.php');
224
$userdata = $GLOBALS['tf']->accounts->read($serviceClass->getCustid());
225
$soft = new Softaculous_SDK();
226
$soft->login = "https://{$username}:{$password}@{$serverdata[$settings['PREFIX'].'_name']}:2083/frontend/paper_lantern/softaculous/index.live.php";
0 commit comments