PageRenderTime 242ms CodeModel.GetById 227ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/global/appfunctions.cfm

http://cfwheels.googlecode.com/
ColdFusion | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | b03304453b5665791024658879e00508 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfif StructKeyExists(server, "railo")>
  2. <cfinclude template="cfml.cfm">
  3. <cfinclude template="internal.cfm">
  4. <cfinclude template="public.cfm">
  5. <cfinclude template="../../events/functions.cfm">
  6. <cfelse>
  7. <cfinclude template="wheels/global/cfml.cfm">
  8. <cfinclude template="wheels/global/internal.cfm">
  9. <cfinclude template="wheels/global/public.cfm">
  10. <cfinclude template="events/functions.cfm">
  11. </cfif>