Browse Source

Adding fix for Ticket #2376

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4845 3807eeeb-6ff5-0310-8944-8be069107fe0
phpnut 19 years ago
parent
commit
83daab2b28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/webroot/css.php

+ 1 - 0
app/webroot/css.php

@@ -28,6 +28,7 @@
  */
 if (!defined('CAKE_CORE_INCLUDE_PATH')) {
 	header('HTTP/1.1 404 Not Found');
+	exit('File Not Found');
 }
 /**
  * Enter description here...