diff --git a/handlers/Application.cfc b/handlers/Application.cfc index 0c96680..b437d62 100644 --- a/handlers/Application.cfc +++ b/handlers/Application.cfc @@ -1,5 +1,6 @@ component { + include "./application_cfsetting.cfm"; this.name = "apptacularhandlers"; this.customTagPaths = ExpandPath('customTags/'); this.mappings["/Apptacular"] = expandPath("../"); diff --git a/handlers/application_cfsetting.cfm b/handlers/application_cfsetting.cfm new file mode 100644 index 0000000..4d16f2c --- /dev/null +++ b/handlers/application_cfsetting.cfm @@ -0,0 +1,2 @@ + + \ No newline at end of file