mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
取消ico后缀判断
This commit is contained in:
@@ -78,10 +78,6 @@ class App
|
||||
{
|
||||
is_null($request) && $request = Request::instance();
|
||||
|
||||
if ('ico' == $request->ext()) {
|
||||
throw new HttpException(404, 'ico file not exists');
|
||||
}
|
||||
|
||||
$config = self::initCommon();
|
||||
$request->filter($config['default_filter']);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user