Created
March 9, 2026 12:09
-
-
Save trycf/638eb3d70b6184a7e0b23e9482b9619a to your computer and use it in GitHub Desktop.
TryCF Gist
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
| <cfscript> | |
| if( structKeyExists(variables, "cleanupautosettledays") && variables.cleanupautosettledays ){ | |
| writeOutput("<h1>AAA1</h1>"); | |
| } | |
| </cfscript> | |
| <cfif structKeyExists(variables, "cleanupautosettledays") AND variables.cleanupautosettledays> | |
| <h1>AAA1</h1> | |
| </cfif> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment