Remove the v_ from v_conferences_active.php.
This commit is contained in:
parent
9009ed0fbd
commit
b0762b8638
|
|
@ -56,7 +56,7 @@ require_once "includes/paging.php";
|
|||
echo " <td align='left' colspan='2'>\n";
|
||||
echo " Conferences is used to setup conference rooms with a name, description, and optional pin number. \n";
|
||||
if (permission_exists('conferences_active_advanced_view')) {
|
||||
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/v_conferences_active.php'>Active Conferences</a> and then select a conference to monitor and interact with it.<br /><br />\n";
|
||||
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/conferences_active.php'>Active Conferences</a> and then select a conference to monitor and interact with it.<br /><br />\n";
|
||||
}
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue