install 파일에 utf-8 헤더 추가

This commit is contained in:
thisgun
2017-05-19 15:57:27 +09:00
parent cecc163230
commit 746e04cf23
3 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php
@header('Content-Type: text/html; charset=utf-8');
@header('X-Robots-Tag: noindex');
include_once ('../config.php');
$title = G5_VERSION." 라이센스 확인 1/3";
include_once ('./install.inc.php');