php-school/login/includes/security.php
2024-10-31 10:47:12 +01:00

4 lines
84 B
PHP

<?php
session_start();
$users = json_decode(file_get_contents("users.json"),true);