web/hanna-arendt/index.php
changeset 842 44b97c5679c0
parent 840 9c645bec23c4
child 854 4c377df66569
--- a/web/hanna-arendt/index.php	Mon Apr 15 12:48:58 2013 +0200
+++ b/web/hanna-arendt/index.php	Mon Apr 15 12:59:29 2013 +0200
@@ -13,7 +13,7 @@
 	$_SESSION['TWITTER_REDIRECT_URL'] = URL_ROOT . basename(__DIR__) . '/' . basename(__FILE__);
 	// Permanent redirection
 	header("HTTP/1.1 301 Moved Permanently");
-	header("Location: client.php");
+	header("Location: client.php?CONNECT=true&rep=".basename(__DIR__));
 	exit();
 	
 }