mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
changed the link from v_active_conferences.php to active_conferences.php
this fixes the old conference tool
This commit is contained in:
@@ -63,7 +63,7 @@ require_once "resources/paging.php";
|
||||
echo " <td align='left' colspan='2'>\n";
|
||||
echo " ".$text['description']." \n";
|
||||
if (permission_exists('conference_active_advanced_view')) {
|
||||
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/v_conferences_active.php'>".$text['title-2']."</a> ".$text['description-2']."<br /><br />\n";
|
||||
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/conferences_active.php'>".$text['title-2']."</a> ".$text['description-2']."<br /><br />\n";
|
||||
}
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user