From f53c19a6b9c3a5f4e9a3cf32d4142335955b0375 Mon Sep 17 00:00:00 2001 From: phpnut Date: Tue, 1 Aug 2006 04:08:01 +0000 Subject: [PATCH] "Added fix for Ticket #1220" git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3343 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/webroot/css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/webroot/css.php b/app/webroot/css.php index f1469432f..f3c81247d 100644 --- a/app/webroot/css.php +++ b/app/webroot/css.php @@ -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... */