Skip to content

Commit 9b8efd7

Browse files
committed
Signed-off-by: dustymc <[email protected]>
1 parent 8470fc5 commit 9b8efd7

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Admin/form_roles.cfm

-21
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
<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-
152
<cfset title="Form Access">
163
<script type="text/javascript" language="javascript">
174
function setUserFormAccess (id) {
@@ -105,7 +92,6 @@ Find a form using the filter below. Searches are case-sensitive. Only .cfm files
10592
<cfset path="">
10693
<cfset ff=filter>
10794

108-
filter: #filter#
10995
<cfif filter contains "/">
11096
<cfset sPos=RFind("/",filter)>
11197
<cfset path=left(filter,sPos)>
@@ -114,13 +100,6 @@ Find a form using the filter below. Searches are case-sensitive. Only .cfm files
114100
<cfset ff=filter>
115101
</cfif>
116102

117-
#Application.webDirectory#
118-
119-
<p>
120-
path: #path#
121-
</p>
122-
123-
#path#
124103
<cfdirectory action="LIST"
125104
directory="#Application.webDirectory#"
126105
name="root"

0 commit comments

Comments
 (0)