Answered
How to access a text file located above web root?
For security I would like to place a text file with login
information above the web root. Currently the file not above the
root and it's accessed like this:
<cffile
action="read"
file="path/file.txt"
variable="userList">
followed by
<cfset variables.userList.userArray=listToArray(userList,Chr(10))>.
<cffile
action="read"
file="path/file.txt"
variable="userList">
followed by
<cfset variables.userList.userArray=listToArray(userList,Chr(10))>.
