presento/public/admin/logout.php

4 lines
79 B
PHP
Executable File

<?php
session_start();
session_destroy();
header("Location: /admin/login.php");