web/rsln-opendata/clear.php
changeset 120 3daa4039509a
parent 119 4c86151704e9
child 121 2b794b7901d6
--- a/web/rsln-opendata/clear.php	Fri Apr 22 12:31:41 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * include some common code (like we did in the 90s)
- * People still do this? ;)
- */
-include_once './common.php';
-
-/**
- * Clear the Access Token to force the OAuth protocol to rerun
- */
-$_SESSION['TWITTER_ACCESS_TOKEN'] = null;
-
-/**
- * Redirect back to index and the protocol legs should run once again
- */
-header('Location: ' . URL_ROOT . '/index.php');