picopub/clean.php

2 lines
75 B
PHP
Raw Permalink Normal View History

2021-09-16 23:24:12 +00:00
<?php session_start(); session_unset(); header("location: index.html"); ?>