Update domain_edit.php
This commit is contained in:
parent
a37b5a94ca
commit
a660250899
|
|
@ -44,7 +44,7 @@
|
||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
||||||
//action add or update
|
//action add or update
|
||||||
if (!permission_exists('domain_add') || (file_exists($_SERVER["PROJECT_ROOT"]."/app/domains/") && !permission_exists('domain_parent') && permission_exists('domain_descendants'))) {
|
if (!permission_exists('domain_add') || (file_exists($_SERVER["PROJECT_ROOT"]."/app/domains/") && !permission_exists('domain_all'))) {
|
||||||
//admin editing own domain/settings
|
//admin editing own domain/settings
|
||||||
$domain_uuid = $_SESSION['domain_uuid'];
|
$domain_uuid = $_SESSION['domain_uuid'];
|
||||||
$action = "update";
|
$action = "update";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue