mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
Update Response.php
修正某些情况下可能导致的重定向失败
This commit is contained in:
parent
5c0ed25684
commit
65637a33d1
@ -295,5 +295,7 @@ class Typecho_Response
|
||||
} else if (!empty($default)) {
|
||||
$this->redirect($default);
|
||||
}
|
||||
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user