فهرست منبع

Update domain_delete.php

FusionPBX 6 سال پیش
والد
کامیت
ac82c66338
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/domains/domain_delete.php

+ 1 - 1
core/domains/domain_delete.php

@@ -30,7 +30,7 @@
 	require_once "resources/check_auth.php";
 
 //check permissions
-	if (permission_exists('domain_delete')) {
+	if (permission_exists('domain_all') && permission_exists('domain_delete')) {
 		//access granted
 	}
 	else {