web/enmi/config.php
changeset 133 9578d3ddce17
parent 35 0f40d68e7618
child 220 42aeb2bfc58e
--- a/web/enmi/config.php	Wed Apr 27 15:40:01 2011 +0200
+++ b/web/enmi/config.php	Wed Apr 27 18:54:31 2011 +0200
@@ -1,15 +1,15 @@
-<?php
-
-/**
- * Please edit all for your application registration / other details
- * 
- */
-
-define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi');
-
-$configuration = array(
-    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php',
-    'siteUrl'        => 'http://twitter.com/oauth',
-    'consumerKey' 	 => '***REMOVED***',
-    'consumerSecret' => '***REMOVED***'
-);
+<?php
+
+/**
+ * Please edit all for your application registration / other details
+ * 
+ */
+
+define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi');
+
+$configuration = array(
+    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php',
+    'siteUrl'        => 'http://twitter.com/oauth',
+    'consumerKey' 	 => '***REMOVED***',
+    'consumerSecret' => '***REMOVED***'
+);