mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Harden the security with specific permissions for domains, domain settings and default settings. Everyone using multi-tenant are encouraged to update. Run Upgrade Schema on wiki.fusionpbx.com. After updating go to advanced -> group manager click on the superadmin group and then select the permissions for domains, domains settings, and default settings. Logout and back in.
This commit is contained in:
@@ -654,7 +654,7 @@ function confirmdelete(url) {
|
||||
</td>
|
||||
<td width='50%' class='' align='right' valign='middle'>
|
||||
<?php
|
||||
if (if_group("superadmin") && count($_SESSION['domains']) > 1) {
|
||||
if (permission_exists("domain_select") && count($_SESSION['domains']) > 1) {
|
||||
//$tmp_style = "style=\"opacity:0.7;filter:alpha(opacity=70)\" ";
|
||||
//$tmp_style .= "onmouseover=\"this.style.opacity=1;this.filters.alpha.opacity=90\" ";
|
||||
//$tmp_style .= "onmouseout=\"this.style.opacity=0.7;this.filters.alpha.opacity=70\" ";
|
||||
|
||||
Reference in New Issue
Block a user