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 c9346eae
authored
Mar 27, 2013
by
Алексей Дербушев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix
1 parent
f4319f22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
minecraft
minecraft
View file @
c9346ea
...
...
@@ -56,7 +56,7 @@ get '/' => sub {
get
'/download'
=>
sub
{
my
$self
=
shift
;
my
@files
=
glob
(
"public/data/*.
zip
"
);
my
@files
=
glob
(
"public/data/*.
7z
"
);
my
@wikitree
=
wikitree
();
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