extractMissingPostToGlobals 호환을 위해 server_id 인자명 변경

This commit is contained in:
2018-06-29 16:23:48 +09:00
parent 015487b800
commit 87bdd06037
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ if ($select == 0) {
<input type=hidden name=select value='<?=$emperior['no']?>'>
<?php if($emperior['server_id']): ?>
<a href="a_history.php?server_id=<?=$emperior['server_id']?>"><button type="button">역사 보기</button></a>
<a href="a_history.php?serverID=<?=$emperior['server_id']?>"><button type="button">역사 보기</button></a>
<?php endif ?>
</form>
</td>