origin33/app/html/logout.php

5 lines
69 B
PHP
Raw Permalink Normal View History

2024-03-19 12:48:13 +00:00
<?php
setcookie("LOGIN", "false");
header("Location:/index.php");
?>