From 1711ce2e5d45cba3804cbfc07f9d549756441343 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 25 Jan 2022 09:19:43 +0100 Subject: [PATCH] Fix typo and missing gitignore --- www/galleri/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/galleri/index.php b/www/galleri/index.php index 6b74ee3..39b42f7 100644 --- a/www/galleri/index.php +++ b/www/galleri/index.php @@ -115,7 +115,7 @@ $imageTemplate = ' "%timestamp" => filemtime($fullPath . $value), "%name" => htmlspecialchars($displaypath), "%path" => "/galleri/" . $relativePath .$value, - "%realname" => $htmlspecialchars(realname) + "%realname" => htmlspecialchars($realname) ]; echo strtr($imageTemplate, $vars); }