presento/public/admin/logout.php

4 lines
79 B
PHP
Raw Normal View History

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