feat: refs #7022 Requested changes
This commit is contained in:
parent
1567ed052d
commit
60f9b44b22
|
@ -21,6 +21,6 @@ while (<STDIN>) {
|
||||||
if (-e "/usr/local/apache2/htdocs/$newPath") {
|
if (-e "/usr/local/apache2/htdocs/$newPath") {
|
||||||
print "/$newPath\n";
|
print "/$newPath\n";
|
||||||
} else {
|
} else {
|
||||||
print "/image/$input\n";
|
print "/$input\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue