| changeset 150 | ffaea21247c4 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/CPV/clear.php Wed May 25 02:44:32 2011 +0200 @@ -0,0 +1,17 @@ +<?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);