This commit is contained in:
Alfredo Lima
2020-02-26 15:43:19 -06:00
commit 9f2001c549
51 changed files with 42593 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
session_unset();
session_destroy();
header("Location: index.php");
?>