Created
June 4, 2025 15:18
-
-
Save trycf/b0e07b591aa59a7580f76e13d7aaab87 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> | |
| function setVerificationToken( | |
| numeric userID | |
| , numeric regID | |
| , numeric threshold | |
| , string channel | |
| , string token | |
| ){ | |
| return 1; | |
| } | |
| writedump(setVerificationToken) | |
| writedump(getMetaData(setVerificationToken)) | |
| </cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment