|
|
@@ -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();
|