Skip to content

Instantly share code, notes, and snippets.

@edisetiawan
Created December 8, 2015 15:35
Show Gist options
  • Save edisetiawan/eedc4dcf169d5e57b507 to your computer and use it in GitHub Desktop.
Save edisetiawan/eedc4dcf169d5e57b507 to your computer and use it in GitHub Desktop.
<?php
session_start();
session_destroy();
header('location: login.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment