From cc70f82afc4ce7b96e0104b0edaa933d1efe1f85 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 14 Mar 2013 18:33:01 +0100 Subject: [PATCH] =?UTF-8?q?Merge=20foir=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0.3/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/0.3/index.php b/0.3/index.php index 4a674ab..b54f919 100755 --- a/0.3/index.php +++ b/0.3/index.php @@ -484,9 +484,10 @@ if(!empty($_POST['socialaccount']) && !empty($_POST['socialinstance']) && ALLOW_ $socialinstance = strtolower(escape($_POST['socialinstance'])); if($socialinstance === 'twitter') { - $sitetype = 'twitter'; + /*$sitetype = 'twitter'; $siteurl = "http://twitter.com/$socialaccount"; - $rssurl = $apitwitter.$socialaccount; */ $error[] = "Twitter veut mettre à mort son API ouverte. Du coup on peut plus faire ça comme ça."; + $rssurl = $apitwitter.$socialaccount; */ + $error[] = "Twitter veut mettre à mort son API ouverte. Du coup on peut plus faire ça comme ça."; } elseif($socialinstance === 'identica') { $sitetype = 'identica';