feat: refs #7022 Requested changes

This commit is contained in:
Guillermo Bonet 2024-09-02 07:42:28 +02:00
parent 1567ed052d
commit 60f9b44b22
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ while (<STDIN>) {
if (-e "/usr/local/apache2/htdocs/$newPath") {
print "/$newPath\n";
} else {
print "/image/$input\n";
print "/$input\n";
}
}