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