college-cwk-spelling-test/logout.php

5 lines
73 B
PHP

<?php
session_start();
session_destroy();
header("location: index.php");