User Dashboard: Remove comment, unnecessary language strings.

This commit is contained in:
reliberate
2016-03-03 19:12:16 -07:00
parent ce2490dafc
commit 4f58ad58f5
2 changed files with 0 additions and 34 deletions
-6
View File
@@ -88,12 +88,6 @@
echo "<div class='login_message' width='100%'><b>".$text['login-message_attention']."</b>&nbsp;&nbsp;".$_SESSION['login']['message']['text']."&nbsp;&nbsp;(<a href='?msg=dismiss'>".$text['login-message_dismiss']."</a>)</div>";
}
/*
$text['title-user-settings']
$text['label-username']
$text['label-voicemail']
*/
//call routing
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/calls/calls.php")) {
if (permission_exists('follow_me') || permission_exists('call_forward') || permission_exists('do_not_disturb')) {