diff -r a78d44f5cb8b -r 1c802a62425f web/cineconf/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/cineconf/index.php Wed May 15 16:37:54 2013 +0200 @@ -0,0 +1,91 @@ + basename(__DIR__)); + +include_once '../common.php'; + +/** + * Do we already have a valid Access Token or need to go get one? + */ + +if (!isset($_SESSION['TWITTER_ACCESS_TOKEN'])) { + + $_SESSION['TWITTER_REDIRECT_URL'] = URL_ROOT . basename(__DIR__) . '/' . basename(__FILE__); + // Permanent redirection + header("HTTP/1.1 301 Moved Permanently"); + header("Location: client.php?CONNECT=true&rep=" . basename(__DIR__)); + exit(); + +} +?> + + + + + + Avant-Première Hanna Arendt : Tweet Wall + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +
+
+
+ + +
+
+ Rechercher par polémique : +
+
+
+
+ +
+
    +
    +
    +
    +
    +
    +
    + +
    + + \ No newline at end of file