logout.php 158 B

123456789
  1. <?php
  2. require_once "functions.php";
  3. require_once "../sessions.php";
  4. require_once "../functions.php";
  5. logout_user();
  6. header("Location: index.php");
  7. ?>