Home  >  Article  >  Backend Development  >  这句是什么意思?小弟我在cakephp中看到的

这句是什么意思?小弟我在cakephp中看到的

WBOY
WBOYOriginal
2016-06-13 13:50:34736browse

这句是什么意思?我在cakephp中看到的?

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
    if (isset($_GET['url']) && $_GET['url'] === 'favicon.ico') {
        return;
    } else {
        $Dispatcher = new Dispatcher();
        $Dispatcher->dispatch();
    }



------解决方案--------------------
你直接在cake的目录下跟参数favicon.ico就直接显示cake的图标了。作用不大,可以忽略。
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn