diff -r e6b328970ee8 -r ffb0a6d08000 web/config.php.tmpl --- a/web/config.php.tmpl Wed Jul 27 12:24:43 2011 +0200 +++ b/web/config.php.tmpl Wed Jul 27 12:25:45 2011 +0200 @@ -2,16 +2,10 @@ /** * Please edit all for your application registration / other details - * + * The URL_ROOT must finish with a "/" */ //define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/'); -define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/client.php'); +define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/'); -$configuration = array( - // 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/callback.php', - 'callbackUrl' => 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/callback.php', - 'siteUrl' => 'http://twitter.com/oauth', - 'consumerKey' => '***REMOVED***', - 'consumerSecret' => '***REMOVED***' -); +$C_default_registry = 'cdn';