presento/public/admin/logout.php

4 lines
79 B
PHP
Raw Normal View History

2021-01-27 20:23:49 +01:00
<?php
session_start();
session_destroy();
header("Location: /admin/login.php");