Hi, i'am trying to make a login script without mysql and i am using this code on the security.php file that i found on this site.
<?php
session_start();
$user["admin1"] = "password";
$user["admin2"] = "password";
$user["admin3"] = "password";
if (!isset($_SESSION['logged_in']))
{
echo...