diff --git a/index.php b/index.php index f8dd3fc..2ee7d94 100644 --- a/index.php +++ b/index.php @@ -20,10 +20,9 @@ if (isset($_SESSION["user_fullname"])) {

Lab Report Repository

-

-
+

Sign in

@@ -32,53 +31,52 @@ if (isset($_SESSION["user_fullname"])) {
- Student ID / Instructor Email - + Account name +
Password -
+

-
Reset my password -
-
Don't have an account? + +
+ Don't have an account yet? Sign Up -
+
+ Forget your password? + Reset my password +
'; - $_SESSION['info_login']=null; + $_SESSION['info_login'] = null; } // wrong pass if(isset($_SESSION['wrong_pass'])) { echo '
'; - $_SESSION['wrong_pass']=null; + $_SESSION['wrong_pass'] = null; } if(isset($_SESSION['infoChangePassword'])) { echo '
'; - $_SESSION['infoChangePassword']=null; + $_SESSION['infoChangePassword'] = null; } ?> +
-
- - -