diff -r ace2d571aefc -r 2bf0fd3432bf web/mashup/polemicaltimeline.php --- a/web/mashup/polemicaltimeline.php Tue Jun 28 12:23:36 2011 +0200 +++ b/web/mashup/polemicaltimeline.php Tue Jun 28 22:23:56 2011 +0200 @@ -9,12 +9,14 @@ // objet actuel include_once 'config.php'; +$url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; + ?>
-