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