diff -r 66fa89a3d42c -r 42aeb2bfc58e web/mashup/polemicaltimeline.php --- a/web/mashup/polemicaltimeline.php Thu Jul 07 16:40:17 2011 +0200 +++ b/web/mashup/polemicaltimeline.php Mon Jul 18 10:42:35 2011 +0200 @@ -4,10 +4,9 @@ * include some common code (like we did in the 90s) * People still do this? ;) */ +include_once 'config.php'; // configuration include 'common.php'; - // objet actuel -include_once 'config.php'; $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; @@ -16,7 +15,7 @@ - Polemic tweet - <?php echo($config['title']); ?> - <?php echo($url); ?> + Polemic tweet - <?php echo($config['title']); ?>