diff --git a/morpionsFights/Master/index.php b/morpionsFights/Master/index.php index cd5a3b6..d37ba83 100644 --- a/morpionsFights/Master/index.php +++ b/morpionsFights/Master/index.php @@ -6,7 +6,7 @@ if(isset($_POST['act'])){ //un formulaire a été soumis switch ($_POST['act']){ case "reDownloadBotsList": - file_put_contents("listOfBots.txt", file_get_contents("https://raw.githubusercontent.com/jeannedhack/programmingChallenges/master/morpionsFights/listOfBots.txt")); + file_put_contents("listOfBots.txt", file_get_contents("https://raw.githubusercontent.com/jeannedhack/programmingChallenges/master/morpionsFights/Master/listOfBots.txt")); $bots=getBotsArray(); break; case "fight":