Preparing web server for update to v1.15.4
This commit is contained in:
parent
1d9a5ee0df
commit
b1fc573cb5
1 changed files with 1 additions and 0 deletions
|
|
@ -1013,6 +1013,7 @@ HTMLOut.prototype.getDirList = function(sToken, sIndent, aParms)
|
|||
if (sBaseName.indexOf("-debug") > 0) continue;
|
||||
if (asExtsNonServed.indexOf(sExt) >= 0) continue;
|
||||
if (asExtsNonListed.indexOf(sExt) >= 0) continue;
|
||||
if (asDirsNonServed.indexOf(sBaseName) >= 0) continue;
|
||||
if (asFilesNonServed.indexOf(sBaseName) >= 0) continue;
|
||||
if (asFilesNonListed.indexOf(sBaseName) >= 0) continue;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue