diff -r 0f6497de52f6 -r eb164bc67293 web/config.php.tmpl --- a/web/config.php.tmpl Tue Jun 19 00:03:22 2018 +0200 +++ b/web/config.php.tmpl Tue Jun 19 00:08:44 2018 +0200 @@ -13,11 +13,8 @@ $C_default_registry = 'cdn'; $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d')); -$configuration = array( - 'siteUrl' => 'https://api.twitter.com/oauth', - 'consumerKey' => 'CONSUMER KEY', - 'consumerSecret' => 'CONSUMER SECRET' -); +define('CONSUMER_KEY', 'CONSUMER KEY'); +define('CONSUMER_SECRET', 'CONSUMER SECRET'); $timezone = new DateTimeZone("Europe/Paris"); $datetime = new DateTime("now",$timezone);