Add permission domain_select
This commit is contained in:
parent
19e58af546
commit
2582720028
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
Portions created by the Initial Developer are Copyright (C) 2022
|
Portions created by the Initial Developer are Copyright (C) 2023
|
||||||
the Initial Developer. All Rights Reserved.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
//echo "<link rel='stylesheet' type='text/css' href='/resources/fontawesome/css/all.min.css.php'>\n";
|
//echo "<link rel='stylesheet' type='text/css' href='/resources/fontawesome/css/all.min.css.php'>\n";
|
||||||
|
|
||||||
//get the list of domains
|
//get the list of domains
|
||||||
if (permission_exists('domain_all')) {
|
if (permission_exists('domain_all') || permission_exists('domain_select')) {
|
||||||
$sql = "select * ";
|
$sql = "select * ";
|
||||||
$sql .= "from v_domains ";
|
$sql .= "from v_domains ";
|
||||||
$sql .= "where true ";
|
$sql .= "where true ";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue