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