Skip to content
Snippets Groups Projects
Commit 9446752a authored by rswindell's avatar rswindell
Browse files

Ignore sub-directories (e.g. *.pnt) of the outbound directory/ies in

add_outbound_files(). The outbound/*.pnt sub-dirs are handled at a higher
level.
parent a72a3e79
Branches
Tags
No related merge requests found
......@@ -161,6 +161,8 @@ function add_outbound_files(addrs, bp)
var fnchars = '0123456789abcdefghijklmnopqrstuvwxyz';
var fname;
if(file_isdir(file))
return;
var ext = file_getext(file);
if (ext !== undefined)
ext = ext.toLowerCase();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment