| changeset 248 | ffb0a6d08000 |
| parent 247 | e6b328970ee8 |
| parent 239 | 66ac54f9dbf6 |
| child 249 | b31aef9365a8 |
--- a/web/CPV/clear.php Wed Jul 27 12:24:43 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);