Skip to content
Snippets Groups Projects
Commit bdc0efea authored by Iqbal's avatar Iqbal
Browse files

Removed mock data

parent 9fbfcca3
No related merge requests found
...@@ -8,10 +8,8 @@ ...@@ -8,10 +8,8 @@
session_start(); session_start();
$userData = array( $dbconn = DB::getInstance();
"iqbal" => "test", $userData = User::GetAllUsernameAndPassword($dbconn);
"test" => "pass"
);
if (isset($_GET['logout'])) { if (isset($_GET['logout'])) {
$_SESSION['username'] = ""; $_SESSION['username'] = "";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment