4 lines
76 B
PHP
Executable File
4 lines
76 B
PHP
Executable File
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("location: ../index.php"); |