#7022 - CGI PERL Apache Redirect #2160

Closed
jsegarra wants to merge 10 commits from 5576_CGI_imagenes into dev
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 8c90dafffc - Show all commits

View File

@ -20,8 +20,5 @@ while (<STDIN>) {
my $first = substr($sha1, 0, 2);
my $last = substr($sha1, 1, 2);
print "http://localhost/images/catalog/$path/$first/$last/$name.$extension\n";
} else {
print STDERR "El string no tiene el formato esperado de nombre de archivo\n";
print "http://localhost/error.png\n"; # URL de error si el formato no es correcto
}
}