Skip to content
Snippets Groups Projects
Commit e7cb71f4 authored by Raghav's avatar Raghav
Browse files

Reload link added to logintest.php

parent 931c4786
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ if (Session::get('is_loggedin') == true) { ...@@ -23,6 +23,7 @@ if (Session::get('is_loggedin') == true) {
else { else {
printf("no session found, trying to login now...."); printf("no session found, trying to login now....");
$result = User::login($user, $pass); $result = User::login($user, $pass);
print("<br><a href =logintest.php>Reload</a>");
} }
// check if the user details is present in session and store in session // check if the user details is present in session and store in session
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment