id/signinas.php

12 lines
192 B
PHP
Raw Permalink Normal View History

2023-11-06 16:38:18 +00:00
<?php
if ($_SESSION['id'] != "281G3NV") {
http_response_code(401);
die("<img src='https://http.cat/401.jpg'>");
}
$_SESSION['id'] = $query['id'];
header ('Location: /account');
?>