4 lines
84 B
PHP
4 lines
84 B
PHP
<?php
|
|
session_start();
|
|
|
|
$users = json_decode(file_get_contents("users.json"),true);
|