pushHistory에 DB connect가 필요하지 않으므로 인자 제거
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ for($k=1; $k <= 200; $k++) {
|
||||
//////////////////////////이벤트///////////////////////////////////////////////
|
||||
$history[count($history)] = "<C>●</>{$admin['year']}년 {$admin['month']}월:<L><b>【이벤트】</b></>각지에서 인재들이 <M>등장</>합니다!";
|
||||
$history[count($history)] = "<C>●</>{$admin['year']}년 {$admin['month']}월:<L><b>【이벤트】</b></>중원 통일에 보탬이 될듯 합니다!";
|
||||
pushHistory($connect, $history);
|
||||
pushHistory($history);
|
||||
|
||||
echo "<script>location.replace('./');</script>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user