TheMathWizard/controllers/logout.php

4 lines
65 B
PHP

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