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 @@