Compare commits

..

No commits in common. "d09d4c568625425624d064ab17549fccc095e17d" and "1c8b2f817c2ce6bb5faa0aa0526bc6b44916a826" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -126,7 +126,6 @@ while [ $# -gt 0 ]; do
-d | --docker-init)
echo 'Initing UOJ System web for docker...'
dockerInitProgress
;;
-? | --*)
echo "Illegal option $1"
;;