Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
<cfcomponent output="false" hint="Prevent security attacks where an unauthorized party attempts to access coldfusion files under /CFIDE/scripts/ajax/FCKeditor/editor/filemanager folder">
    <cfset this.name = "fckeditor_filemanager">
    <cffunction name="onRequestStart"> 
        <cfargument name="targetpage" required=true type="string" />
        <cfset verifyClient()>
        <cfreturn true>    
    </cffunction>
</cfcomponent>