Wednesday, June 24, 2026 9:51:31 PM
> 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