From c744e81a32fa5a91602bf4d130955a682809d094 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 09:08:55 +0000 Subject: [PATCH] Update file compte.php --- html/compte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/compte.php b/html/compte.php index 523785d3..dc62dc3e 100644 --- a/html/compte.php +++ b/html/compte.php @@ -85,7 +85,7 @@ if (isset($_FILES['profile_picture']) && $_FILES['profile_picture']['error'] == if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) { // Chemins et noms de fichiers $tempPath = $_FILES['banner']['tmp_name']; - $path = '/src/pp/'. $_SESSION['userid'] .'.png'; + $path = '/src/banner/'. $_SESSION['userid'] .'.png'; $rootPath = $wwwroot . "/html" . $path; $webPath = $root . $path;