S2OJ/uoj/1/app
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
..
controllers feat(uoj/1/app): make the Internet secure with friendly to 443 SSL 😎 (#22) 2019-05-01 00:30:55 +08:00
libs feat(uoj/1/app): move data to the root when subfolder exists in the uploaded data zip 2019-04-16 22:48:13 +08:00
locale style(uoj/1/app): modify some page footer views 2019-04-18 11:10:53 +08:00
models fix(UOJContext.php): fix the bug that "page expires" occurs when accessing by localhost (#41) 2019-06-11 10:27:22 +08:00
storage Initial commit 2018-09-20 17:21:40 +08:00
upgrade update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
vendor feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
views feat(uoj/1/app): make the Internet secure with friendly to 443 SSL 😎 (#22) 2019-05-01 00:30:55 +08:00
.default-config.php update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
.htaccess Initial commit 2018-09-20 17:21:40 +08:00
cli.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
route.php update: fetch commits from upstream 2018-09-20 19:34:38 +08:00