picopub/clean.php

2 lines
75 B
PHP

<?php session_start(); session_unset(); header("location: index.html"); ?>