web/common.php
changeset 1425 99671a4d5274
parent 1423 a6ed32f6dbcf
child 1427 8b3d57a519eb
--- 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'];