Create clean.php

This commit is contained in:
Lucas 2021-09-16 20:24:12 -03:00 committed by GitHub
parent 5f82c966b2
commit 05143e1358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
clean.php Normal file
View File

@ -0,0 +1 @@
<?php session_start(); session_unset(); header("location: index.html"); ?>