각 페이지에 서버 이름 표기

This commit is contained in:
2018-04-27 22:36:29 +09:00
parent 0bb1ed6f18
commit 20f74f6645
32 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ case 3: $tnmt_type = "<font color=cyan>설전</font>"; $tp = "itl"; $tp2 = "
} ?>
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>토너먼트</title>
<title><?=UniqueConst::$serverName?>: 토너먼트</title>
<style>
body { color:white; background-color:black; border-width:1px; border-color:gray; }
table { font-family:'맑은 고딕'; line-height:110%; }