mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update sip_status.php
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
echo " <div class='actions'>\n";
|
||||
if (permission_exists('sip_status_flush_cache')) {
|
||||
echo button::create(['type'=>'button','label'=>$text['button-flush_cache'],'icon'=>'eraser','collapse'=>'hide-xs','link'=>'cmd.php?action=cache-flush']);
|
||||
]
|
||||
}
|
||||
if (permission_exists('sip_status_command')) {
|
||||
echo button::create(['type'=>'button','label'=>$text['button-reload_acl'],'icon'=>'shield-alt','collapse'=>'hide-xs','link'=>'cmd.php?action=reloadacl']);
|
||||
echo button::create(['type'=>'button','label'=>$text['button-reload_xml'],'icon'=>'code','collapse'=>'hide-xs','link'=>'cmd.php?action=reloadxml']);
|
||||
|
||||
Reference in New Issue
Block a user