특별회원에 운영자 메시지 변경 기능 추가
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user