mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Added target var
This commit is contained in:
@@ -123,7 +123,8 @@ $utopia->get('/console/settings')
|
||||
$page = new View(__DIR__.'/../../views/console/settings/index.phtml');
|
||||
|
||||
$page
|
||||
->setParam('customDomains', ($target->isKnown() && !$target->isTest()))
|
||||
->setParam('customDomainsEnabled', ($target->isKnown() && !$target->isTest()))
|
||||
->setParam('customDomainsTarget', $target->get())
|
||||
;
|
||||
|
||||
$layout
|
||||
|
||||
Reference in New Issue
Block a user