|
Revision 815, 436 bytes
(checked in by lmajano, 6 years ago)
|
|
Ticket #213
updates to use coldbox.xml.cfm and config.xml.cfm
|
| Line | |
|---|
| 1 | <!----------------------------------------------------------------------- |
|---|
| 2 | Template : Application.cfm |
|---|
| 3 | Author : Luis Majano |
|---|
| 4 | Date : January 22, 2006 |
|---|
| 5 | Description : |
|---|
| 6 | This is a protection Application cfm for the config file. |
|---|
| 7 | -----------------------------------------------------------------------> |
|---|
| 8 | <cfif listlast(cgi.script_name, "/") is "config.xml.cfm" or listlast(cgi.script_name, "/") is "coldbox.xml.cfm"> |
|---|
| 9 | <cfabort> |
|---|
| 10 | </cfif> |
|---|