web/CPV/clear.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 23 Jun 2011 09:46:55 +0200
changeset 194 a3d652c83281
parent 150 ffaea21247c4
permissions -rwxr-xr-x
the mashup festival is not live. add a configuration variable for this

<?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);