Update user_dashboard.php

This commit is contained in:
FusionPBX
2019-08-16 14:06:58 -06:00
committed by GitHub
parent 89bc34a929
commit ff505a17f2

View File

@@ -74,7 +74,7 @@
echo " </td>\n";
echo " <td valign='top' style='text-align: right; white-space: nowrap;'>\n";
if ($_SESSION['theme']['menu_style']['text'] != 'side') {
echo " ".$text['label-welcome']." <a href='".PROJECT_PATH."/core/users/user_edit.php?id=".$_SESSION['user_uuid']."'>".$_SESSION["username"]."</a>";
echo " ".$text['label-welcome']." <a href='".PROJECT_PATH."/core/users/user_edit.php?id=user'>".$_SESSION["username"]."</a>";
}
echo " </td>\n";
echo " </tr>\n";