Error produced when accessing css.php in browser

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3483 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-09-14 19:54:18 +00:00
parent f08a4d7fa2
commit 4f110a0ef9

View file

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