Commit fcda932c by Alex Bush

some fix

1 parent 84ce092e
Showing with 2 additions and 2 deletions
......@@ -21,8 +21,8 @@ get '/download' => sub {
my $data = [];
foreach my $file (@files) {
my ( undef, $path, $file ) = split (/\//, $file);
foreach my $x (@files) {
my ( undef, $path, $file ) = split (/\//, $x);
push $data, $path . "/" . $file;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!