Show
Ignore:
Timestamp:
07/31/07 00:56:16 (6 years ago)
Author:
lmajano
Message:

Ticket #213
updates to use coldbox.xml.cfm and config.xml.cfm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/samples/config/Application.cfm

    r136 r815  
    44Date     :      January 22, 2006 
    55Description :                    
    6         This is a protection Application cfm for the config file. You do not 
    7         need to modify this file 
     6        This is a protection Application cfm for the config file. 
    87-----------------------------------------------------------------------> 
    9 <cfabort> 
     8<cfif listlast(cgi.script_name, "/") is "config.xml.cfm" or listlast(cgi.script_name, "/") is "coldbox.xml.cfm"> 
     9        <cfabort> 
     10</cfif>