mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update domain_edit.php
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
$text = $language->get();
|
||||
|
||||
//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
|
||||
$domain_uuid = $_SESSION['domain_uuid'];
|
||||
$action = "update";
|
||||
|
||||
Reference in New Issue
Block a user