Skip to content
Snippets Groups Projects
Commit 029c7592 authored by deuce's avatar deuce
Browse files

Remove scan_magic() call... I don't know what this was supposed to do.

parent ca3691d9
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,6 @@ function handle_magic(magic, resp, protected, pw)
if (magic.secure && !protected)
return;
if (scan_magic(cfg.dirs))
return;
if (dircache[magic.dir] === undefined)
dircache[magic.dir] = FileBase(magic.dir);
dircache[magic.dir].forEach(function(fent) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment