From b203351c22ec364a29a92d13deb7a68c00d006e4 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Thu, 12 Nov 2015 16:17:39 +0100 Subject: [PATCH] Fix botslist url --- morpionsFights/Master/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":