Skip to content

Instantly share code, notes, and snippets.

@taroyabuki
Created March 6, 2013 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taroyabuki/5100846 to your computer and use it in GitHub Desktop.
Save taroyabuki/5100846 to your computer and use it in GitHub Desktop.
<?php
session_start();
session_destroy();
?>
<!doctype html>
<html>
<head>
<title>Logout</title>
</head>
<body>
<p><a href="twitter-oauth-start.php">start</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment