From 60f9b44b228c3a2a7c4c61b4535f2180a07aa250 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 2 Sep 2024 07:42:28 +0200 Subject: [PATCH] feat: refs #7022 Requested changes --- cdn/rwmap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdn/rwmap.pl b/cdn/rwmap.pl index 0c811cc..23a5657 100755 --- a/cdn/rwmap.pl +++ b/cdn/rwmap.pl @@ -21,6 +21,6 @@ while () { if (-e "/usr/local/apache2/htdocs/$newPath") { print "/$newPath\n"; } else { - print "/image/$input\n"; + print "/$input\n"; } }