diff --git a/dashboard.php b/dashboard.php index 4fd3d3a..1bbfcc1 100644 --- a/dashboard.php +++ b/dashboard.php @@ -11,7 +11,7 @@ { $user=$_SESSION['login_user']; - echo "

Welcome $user

"; //Personalised welcome address + echo "

Welcome $user !

"; //Personalised welcome address echo "Logout"; //Logout Button } else @@ -20,4 +20,4 @@ } ?> - \ No newline at end of file +