include('headers.php'); include('auth_0.php'); $CheckSecurity = new auth(); if (isset($_SESSION['username']) && isset($_SESSION['password'])) { $username = $_SESSION['username']; $check = $CheckSecurity->page_check($username, $_SESSION['password']); } else $check = 0; if ($check) { $_SESSION['loginok'] = 1; ?>
Redigera nyhter |
Redigera begagnade |
Logout |