Skip to content

Commit 430df95

Browse files
committed
1 parent cd91793 commit 430df95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Application.cfc

+2-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@
296296
<cfabort>
297297
</cfif>
298298

299-
<cfif currentPath contains "/accessTest/">
299+
<cfif currentPath contains "/images/" or
300+
currentPath contains "/images/" or>
300301
go away
301302
<cfabort>
302303
</cfif>

download/index.cfm

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<!--- this file exists to prevent directory listings --->
2-
32
denied

0 commit comments

Comments
 (0)