origin33/app/html/logout.php

5 lines
69 B
PHP

<?php
setcookie("LOGIN", "false");
header("Location:/index.php");
?>