Skip to content

Instantly share code, notes, and snippets.

@andimariadi
Created June 1, 2017 12:24
Show Gist options
  • Select an option

  • Save andimariadi/9402200d54cdb374c3aff22f01987c87 to your computer and use it in GitHub Desktop.

Select an option

Save andimariadi/9402200d54cdb374c3aff22f01987c87 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