특별회원에 운영자 메시지 변경 기능 추가

This commit is contained in:
2018-02-03 01:16:53 +09:00
parent 60bdb6ebe9
commit 849562f67a
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -16,6 +16,12 @@ if($me[userlevel] < 4) {
}
switch($btn) {
case "변경":
$msg = addslashes(SQ2DQ($msg));
$query = "update game set msg='$notice' where no='1'";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
break;
case "메세지 전달":
$date = date('Y-m-d H:i:s');
for($i=0; $i < sizeof($genlist); $i++) {