correct path
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 31 Jan 2011 11:46:32 +0100
changeset 35 0f40d68e7618
parent 34 3514645b81b2
child 36 e7522e5f68dc
correct path
web/enmi/config.php
web/rsln/config.php
web/rsln/index.php
--- a/web/enmi/config.php	Mon Jan 31 08:49:26 2011 +0100
+++ b/web/enmi/config.php	Mon Jan 31 11:46:32 2011 +0100
@@ -5,7 +5,7 @@
  * 
  */
 
-define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/');
+define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi');
 
 $configuration = array(
     'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php',
--- a/web/rsln/config.php	Mon Jan 31 08:49:26 2011 +0100
+++ b/web/rsln/config.php	Mon Jan 31 11:46:32 2011 +0100
@@ -5,7 +5,7 @@
  * 
  */
 
-define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/');
+define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/');
 
 $configuration = array(
     'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
--- a/web/rsln/index.php	Mon Jan 31 08:49:26 2011 +0100
+++ b/web/rsln/index.php	Mon Jan 31 11:46:32 2011 +0100
@@ -102,7 +102,7 @@
 					if(data=="true"){
 						$("#messageSuccess").show('fast');
 						$("#messageSuccess").delay(800).hide('slow');
-						$('#status').attr("value","#enmi ");
+						$('#status').attr("value","#rsln");
 						//$('#status').css("background-image","images/greenTweet.png");
 						//$('#status').delay(800).css("background-image","images/tweetWriterBgdTxtArea.gif");
 					}else{
@@ -430,7 +430,7 @@
 				Vous n'ĂȘtes pas connectĂ©.<br>
 				Pour participer, veuillez vous identifier en cliquant ici. </a></div>");
 			  }else{
-				echo("<textarea name='status' id='status' rows='3' cols='50' onkeypress='return imposemax(this);'>#enmi</textarea>");
+				echo("<textarea name='status' id='status' rows='3' cols='50' onkeypress='return imposemax(this);'>#rsln</textarea>");
 			  }
 		?>