"Added fix for Ticket #1220"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3343 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-08-01 04:08:01 +00:00
parent c0300e35af
commit f53c19a6b9

View file

@ -26,6 +26,9 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
if (!defined(CAKE_CORE_INCLUDE_PATH)) {
die('You can not access this file directly');
}
/**
* Enter description here...
*/