# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1529053711 -7200 # Node ID 99671a4d52742d6824d7191e0a485758e2d48ae2 # Parent aded402d0e0b4cc45761b291d31f19148ebba0c9 remove twitter tokens diff -r aded402d0e0b -r 99671a4d5274 web/common.php --- a/web/common.php Thu Jun 14 18:13:24 2018 +0200 +++ b/web/common.php Fri Jun 15 11:08:31 2018 +0200 @@ -68,13 +68,6 @@ ); -$configuration = array( - 'siteUrl' => 'https://api.twitter.com/oauth', - 'consumerKey' => '***REMOVED***', - 'consumerSecret' => '***REMOVED***' -); - - $req_rep = $C_default_rep; if(isset($config) && isset($config['rep'])) { $req_rep = $config['rep']; diff -r aded402d0e0b -r 99671a4d5274 web/config.php.tmpl --- a/web/config.php.tmpl Thu Jun 14 18:13:24 2018 +0200 +++ b/web/config.php.tmpl Fri Jun 15 11:08:31 2018 +0200 @@ -13,3 +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' +);