Created
March 24, 2014 23:19
-
-
Save bennadel/9751454 to your computer and use it in GitHub Desktop.
Ask Ben: Checking The ColdFusion Version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- 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