1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-12 20:07:02 +00:00

7 lines
214 B
PHP
Raw Normal View History

2016-07-19 00:39:37 +08:00
<?php
2022-03-17 12:00:03 +08:00
2022-11-06 10:26:21 +08:00
Auth::check() || redirectToLogin();
UOJBlog::init(UOJRequest::get('id')) || UOJResponse::page404();
2022-04-03 18:18:17 +08:00
2022-11-06 10:26:21 +08:00
redirectTo(HTML::blog_url(UOJBlog::info('poster'), '/post/' . UOJBlog::info('id'), ['escape' => false]));