File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1
1
<cfinclude template =" /includes/_header.cfm" >
2
-
3
-
4
- <cfdirectory action =" LIST"
5
- directory =" #Application .webDirectory #"
6
- name =" root"
7
- recurse =" no" >
8
-
9
-
10
- <cfdump var =#root #>
11
-
12
-
13
-
14
-
15
2
<cfset title = " Form Access" >
16
3
<script type =" text/javascript" language =" javascript" >
17
4
function setUserFormAccess (id ) {
@@ -105,7 +92,6 @@ Find a form using the filter below. Searches are case-sensitive. Only .cfm files
105
92
<cfset path = " " >
106
93
<cfset ff = filter >
107
94
108
- filter: #filter #
109
95
<cfif filter contains " /" >
110
96
<cfset sPos = RFind (" /" ,filter ) >
111
97
<cfset path = left (filter ,sPos ) >
@@ -114,13 +100,6 @@ Find a form using the filter below. Searches are case-sensitive. Only .cfm files
114
100
<cfset ff = filter >
115
101
</cfif >
116
102
117
- #Application .webDirectory #
118
-
119
- <p >
120
- path: #path #
121
- </p >
122
-
123
- #path #
124
103
<cfdirectory action =" LIST"
125
104
directory =" #Application .webDirectory #"
126
105
name =" root"
You can’t perform that action at this time.
0 commit comments