From 9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 Mon Sep 17 00:00:00 2001
From: Minteck <46352972+Minteck@users.noreply.github.com>
Date: Sun, 1 Aug 2021 22:28:15 +0200
Subject: Update
---
includes/projects/list.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'includes/projects/list.php')
diff --git a/includes/projects/list.php b/includes/projects/list.php
index 00c27d0..136cf56 100644
--- a/includes/projects/list.php
+++ b/includes/projects/list.php
@@ -7,7 +7,7 @@
?>
- " width="24px" alt=""> = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/title.txt") ?> · = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/description.txt") ?>
+ " width="24px" alt=""> = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/title.txt") ?> · = l(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/description.txt"), file_exists($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/description.fr.txt") ? file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/description.fr.txt") : file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/" . $article . "/description.txt")) ?>
\ No newline at end of file
--
cgit