root / framework / trunk / scaffolder / index.cfm

Revision 713, 228 bytes (checked in by kroche, 8 months ago)

Fix for running in Fusebox 5.1 Traditional mode

Line 
1
2<cfapplication
3        name="MyApplication"
4        sessionmanagement="Yes"
5        sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
6        clientmanagement="No">
7
8<cfset FUSEBOX_APPLICATION_PATH = "">
9<cfinclude template="/fusebox5/fusebox5.cfm">
10
Note: See TracBrowser for help on using the browser.