diff --git a/Session_Check.php b/Session_Check.php deleted file mode 100644 index 1e3feb7..0000000 --- a/Session_Check.php +++ /dev/null @@ -1,15 +0,0 @@ - "logged_in", - "username" => $_SESSION['username'] - ]); -} else { - echo json_encode([ - "status" => "not_logged_in" - ]); -} -?> \ No newline at end of file