S2OJ/uoj/1/app/models
Kaifeng Lyu 9c21c957c9 fix(UOJContext.php): fix the bug that "page expires" occurs when accessing by localhost (#41)
To support subdomain cookies, an extra "." is added to the domain when setting the cookies.
However, this strategy fails on "localhost", because browsers do not recognize ".localhost".
So I add a check for this so that "localhost" is used as the cookie domain in this case.
2019-06-11 10:27:22 +08:00
..
Auth.php Initial commit 2018-09-20 17:21:40 +08:00
Cookie.php Initial commit 2018-09-20 17:21:40 +08:00
DB.php style(uoj/1/app/models): a little modify of db connection 2018-09-20 19:49:26 +08:00
HTML.php feat(uoj/1/app): make the Internet secure with friendly to 443 SSL 😎 (#22) 2019-05-01 00:30:55 +08:00
Paginator.php update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
Route.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
Session.php Initial commit 2018-09-20 17:21:40 +08:00
UOJBlogEditor.php Initial commit 2018-09-20 17:21:40 +08:00
UOJConfig.php Initial commit 2018-09-20 17:21:40 +08:00
UOJContext.php fix(UOJContext.php): fix the bug that "page expires" occurs when accessing by localhost (#41) 2019-06-11 10:27:22 +08:00
UOJLocale.php Initial commit 2018-09-20 17:21:40 +08:00
UOJMail.php Initial commit 2018-09-20 17:21:40 +08:00
UOJTime.php Initial commit 2018-09-20 17:21:40 +08:00
Upgrader.php Initial commit 2018-09-20 17:21:40 +08:00