mirror of
https://github.com/Rushilwiz/newbooksnetwork.git
synced 2025-05-22 19:19:49 -04:00
8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
|
|
header("Location: ../index.php");
|