| changeset 229 | 74c9ddc3640b |
| parent 228 | 1bcc79e78fa1 |
| child 230 | 5d4ad3fb70bf |
--- a/web/CPV/clear.php Mon Jul 18 13:40:06 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);