Updates to 03-2025
This commit is contained in:
parent
6167273a48
commit
9b54eb0512
348 changed files with 34535 additions and 5774 deletions
|
|
@ -343,8 +343,10 @@ class UserShopController extends Controller
|
|||
|
||||
public function userShopRegisterSubDomain($slug){
|
||||
|
||||
return ['success' => false, 'error' => 'no KAS'];
|
||||
/*
|
||||
$kas = new KasController();
|
||||
$domain = 'mivita.care';
|
||||
$domain = 'HIER DIE DOMAIN';
|
||||
|
||||
|
||||
//check if exisist
|
||||
|
|
@ -360,7 +362,7 @@ class UserShopController extends Controller
|
|||
$pra = array(
|
||||
'subdomain_name' => $slug,
|
||||
'domain_name' => $domain,
|
||||
'subdomain_path' => '/mein.mivita.care/public/',
|
||||
'subdomain_path' => '/hier der Ordner /public/',
|
||||
'php_version' => '7.3',
|
||||
//'ssl_proxy' => 'Y',
|
||||
//'redirect_status' => 0
|
||||
|
|
@ -370,6 +372,7 @@ class UserShopController extends Controller
|
|||
return ['success' => true];
|
||||
}
|
||||
return ['success' => false, 'error' => $add_subdomain];
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue