Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
<cfcomponent extends="/acc/Application">
 
    <cffunction name="OnRequestStart" access="public" returntype="boolean" output="true"
            hint="Fires when prior to page processing.">
        <!--- Define arguments. --->
        <cfargument name="TargetPage" type="string" required="yes" />
 
        <cfreturn true>
    </cffunction>
 
</cfcomponent>