Browse Source

Syncing app/webroot/index.php + skel directory.

Refs #GH-607
mark_story 14 years ago
parent
commit
e54e494b4b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      lib/Cake/Console/Templates/skel/webroot/index.php

+ 0 - 4
lib/Cake/Console/Templates/skel/webroot/index.php

@@ -88,10 +88,6 @@ if (!empty($failed)) {
 	trigger_error("CakePHP core could not be found.  Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php.  It should point to the directory containing your " . DS . "cake core directory and your " . DS . "vendors root directory.", E_USER_ERROR);
 }
 
-if (isset($_SERVER['PATH_INFO']) && $_SERVER['PATH_INFO'] == '/favicon.ico') {
-	return;
-}
-
 App::uses('Dispatcher', 'Routing');
 
 $Dispatcher = new Dispatcher();