diff -r 90ce8f55e350 -r 4c377df66569 web/hanna-arendt/index.php
--- a/web/hanna-arendt/index.php Tue Apr 16 09:29:36 2013 +0200
+++ b/web/hanna-arendt/index.php Tue Apr 16 10:40:56 2013 +0200
@@ -8,87 +8,80 @@
* Do we already have a valid Access Token or need to go get one?
*/
-if (!isset($_SESSION['TWITTER_ACCESS_TOKEN']) ) {
-
+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__));
+ header("Location: client.php?CONNECT=true&rep=" . basename(__DIR__));
exit();
-
+
}
-
?>
-
-
- Avant-Première Hanna Arendt : Tweet Wall
-
-
-
-
+
+
+ Avant-Première Hanna Arendt : Tweet Wall
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
\ No newline at end of file