- qpscanner/index.cfm
- v0.7.3.2
- 758 B
- 26
1<cfsetting showdebugoutput="true" enablecfoutputonly="true"/>
2<cfset Request.Errors = ArrayNew(1)/>
3
4<cffunction name="Struct" returntype="Struct"><cfreturn Arguments/></cffunction>
5
6<cfset jre = Application.Cfcs.jre/>
7
8<cfset Settings = Application.Cfcs.Settings/>
9
10<cffunction name="link"><cfreturn "./index.cfm?fuseaction="&LCase(Arguments[1])/></cffunction>
11
12<cfset FUSEBOX_APPLICATION_KEY = 'qpscanner'/>
13
14<cfset FUSEBOX_MODE = "production"/>
15
16<cfset FUSEBOX_PARAMETERS = Struct
17 ( defaultFuseaction : "start.intro"
18 , fuseactionVariable : "fuseaction"
19 , allowImplicitFusebox : false
20 , mode : FUSEBOX_MODE
21 , debug : false
22 )/>
23
24<cfinclude template="./fusebox5/fusebox5.cfm"/>
25
26
27<cfsetting showdebugoutput="false"/>