We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d5696 commit 2ece091Copy full SHA for 2ece091
config/app.cfm
@@ -5,4 +5,6 @@
5
// this.name = "MyAppName";
6
// this.sessionTimeout = CreateTimeSpan(0,0,5,0);
7
8
+// Just to make our test suite pass for now.
9
+this.disableEngineCheck = true;
10
</cfscript>
0 commit comments