Thursday, June 04, 2026 12:03:31 AM
> logout.php
<?php
/*
	Bryan
	Exile Server Manager
*/
  session_start();

  if (session_destroy())
  {
    header("location: login/index.php");
  }
?>
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2