Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created March 24, 2014 23:19
Show Gist options
  • Save bennadel/9751454 to your computer and use it in GitHub Desktop.
Save bennadel/9751454 to your computer and use it in GitHub Desktop.
Ask Ben: Checking The ColdFusion Version
<!--- Dump out the server scope. --->
<cfdump var="#SERVER#" />
<!--- Store the ColdFusion version. --->
<cfset strVersion = SERVER.ColdFusion.ProductVersion />
<!--- Store the ColdFusion level. --->
<cfset strLevel = SERVER.ColdFusion.ProductLevel />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment