logout.php 84 B

12345
  1. <?php
  2. require 'app.php';
  3. session_destroy();
  4. header("Location: ../index.php");
  5. ?>