You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the links are using relative address, which may cause some bugs.
For example, in web/app/controllers/contests.php almost all of the links are using relative addresses. You can see this at Contests - Universal Online Judge.
Using HTML::url() to generate these links can solve this problem.
Some of the links are using relative address, which may cause some bugs.
For example, in
web/app/controllers/contests.php
almost all of the links are using relative addresses. You can see this at Contests - Universal Online Judge.Using
HTML::url()
to generate these links can solve this problem.部分链接使用的是相对地址,可能造成一些问题。
例如,在
web/app/controllers/contests.php
中,几乎所有的链接都是相对链接。可以参考 比赛 - Universal Online Judge。使用
HTML::url()
生成这些链接即可解决问题。之后会修,先记在这里(
The text was updated successfully, but these errors were encountered: