@@ -1,8 +1,9 @@
<?php
require 'config.php';
session_start();
header('Content-Type: application/json');
$usersFile = 'users.txt';
$usersFile = USERS_FILE;
// Function to authenticate user
function authenticate($username, $password) {
The note is not visible to the blocked user.