# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1306388380 -7200 # Node ID 9739b980e1fe2df4fc2a2a042ef62b61905a354c # Parent ff9a02953c4c0ba1c57a0732b832ba2073e71fcf correct call to twitter diff -r ff9a02953c4c -r 9739b980e1fe web/CPV/client.php --- a/web/CPV/client.php Thu May 26 07:32:48 2011 +0200 +++ b/web/CPV/client.php Thu May 26 07:39:40 2011 +0200 @@ -95,7 +95,7 @@ // SEND TWEETS $("#sendTweet").click(function(){ var MyStatus = $('#status').attr("value"); - $.post('tweet_ajax.php', {status:MyStatus} + $.post('../tweet_ajax.php', {status:MyStatus} ,function(data) { if(data=="true"){ @@ -283,7 +283,7 @@