/miscellaneous/Application.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 802dcd022579f65f2d0c98d7816dd3f6 MD5 · raw file

  1. <!---
  2. You can place ".cfm" files in this folder and run them independently from Wheels.
  3. This empty "Application.cfc" file makes sure that Wheels does not interfer with the request.
  4. --->
  5. <cfcomponent>
  6. </cfcomponent>