mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Active Calls: List view updates, bulk call hangup. Button Class: Add onmouseover/out support.
This commit is contained in:
@@ -31,8 +31,12 @@
|
||||
require_once "resources/paging.php";
|
||||
|
||||
//check permissions
|
||||
if (!permission_exists('bridge_view')) {
|
||||
echo "access denied"; exit;
|
||||
if (permission_exists('bridge_view')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
echo "access denied";
|
||||
exit;
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
|
||||
Reference in New Issue
Block a user