S2OJ/uoj/1
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
..
app fix(UOJContext.php): fix the bug that "page expires" occurs when accessing by localhost (#41) 2019-06-11 10:27:22 +08:00
css update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
fonts Initial commit 2018-09-20 17:21:40 +08:00
js chore(uoj/1/js): update Readmore.js version 2018-12-15 13:16:26 +08:00
pictures Initial commit for PHP7 2018-09-20 17:38:09 +08:00
.htaccess fix(uoj/1): change server time's timezone that always set to UTC 2018-10-11 23:40:05 +08:00
index.php fix(uoj/1/app/models): session issue caused by wrong cookie domain 2018-10-11 18:46:58 +08:00
robots.txt Initial commit 2018-09-20 17:21:40 +08:00