From abd968a1c573b1862bd0728f0b7b6a88e307900a Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 28 Feb 2022 02:15:31 +0100 Subject: sauvegarde zip --- controller/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'controller/admin.php') diff --git a/controller/admin.php b/controller/admin.php index 50f15e2..b8ef7ff 100644 --- a/controller/admin.php +++ b/controller/admin.php @@ -191,7 +191,8 @@ function discoEdit($fileCode, $suppression) { if(file_exists('data/discographie/html/' . $Albums->fileList[$i]['fileCode'] . '.html')) { - $lienAlbum[$i] = 'page=album&album_name=' . $Albums->fileList[$i]['titre'] . '&file_code=' . $Albums->fileList[$i]['fileCode']; + /*$lienAlbum[$i] = 'page=album&album_name=' . $Albums->fileList[$i]['titre'] . '&file_code=' . $Albums->fileList[$i]['fileCode'];*/ + $lienAlbum[$i] = 'page=album&file_code=' . $Albums->fileList[$i]['fileCode']; $avecLien[$i] = true; $linkDiscoChrono[$i] = 'linkChrono'; // css } -- cgit v1.2.3