mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-03-26 04:57:02 +00:00
Compare commits
No commits in common. "d09d4c568625425624d064ab17549fccc095e17d" and "1c8b2f817c2ce6bb5faa0aa0526bc6b44916a826" have entirely different histories.
d09d4c5686
...
1c8b2f817c
@ -1,5 +1,5 @@
|
||||
<div class="navbar navbar-light navbar-expand-md bg-light mb-4" role="navigation">
|
||||
<a class="navbar-brand" href="/"><?= UOJConfig::$data['profile']['oj-name-short'] ?></a>
|
||||
<a class="navbar-brand" href="<?= HTML::url('/') ?>"><?= UOJConfig::$data['profile']['oj-name-short'] ?></a>
|
||||
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
@ -126,7 +126,6 @@ while [ $# -gt 0 ]; do
|
||||
-d | --docker-init)
|
||||
echo 'Initing UOJ System web for docker...'
|
||||
dockerInitProgress
|
||||
;;
|
||||
-? | --*)
|
||||
echo "Illegal option $1"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user