Skip to content

Commit 5efd81c

Browse files
Webhosting-cpanel: Theme name updated
1 parent b929453 commit 5efd81c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function_requirements('whm_api');
9898
'cgi' => 1,
9999
'frontpage' => 0,
100100
'hasshell' => 0,
101-
'cpmod' => 'paper_lantern',
101+
'cpmod' => 'jupiter',
102102
'maxsql' => 'unlimited',
103103
'maxpop' => 'unlimited',
104104
'maxlst' => 0,
@@ -333,7 +333,7 @@ function_requirements('whm_api');
333333
include_once __DIR__.'/../../../../include/webhosting/softaculous/sdk.php';
334334
$userdata = $GLOBALS['tf']->accounts->read($serviceClass->getCustid());
335335
$soft = new \Softaculous_SDK();
336-
$soft->login = "https://{$username}:{$password}@{$serverdata[$settings['PREFIX'].'_name']}:2083/frontend/paper_lantern/softaculous/index.live.php";
336+
$soft->login = "https://{$username}:{$password}@{$serverdata[$settings['PREFIX'].'_name']}:2083/frontend/jupiter/softaculous/index.live.php";
337337
$soft->list_scripts();
338338
$data['overwrite_existing'] = 1;
339339
$data['softdomain'] = $hostname;

0 commit comments

Comments
 (0)