Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Александр Буш
/
minesite
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b7e49aa4
authored
Mar 06, 2013
by
Alex Bush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Find files, fixed
1 parent
50010cee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
minecraft
minecraft
View file @
b7e49aa
...
...
@@ -17,7 +17,7 @@ get '/' => sub {
get
'/download'
=>
sub
{
my
$self
=
shift
;
my
@files
=
<public/data/*.zip>
;
my
@files
=
glob
(
"public/data/*.zip"
)
;
my
$data
=
[]
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment