oncontextmenu, ondragstart 금지 코드 수정. 우클릭 가능하도록.
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ if($me['userlevel'] < 5) {
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
</head>
|
||||
<body oncontextmenu='return false'>
|
||||
<body>
|
||||
관리자가 아닙니다.<br>
|
||||
";
|
||||
banner();
|
||||
@@ -38,7 +38,7 @@ $admin = MYDB_fetch_array($result);
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
</head>
|
||||
<body oncontextmenu='return false'>
|
||||
<body>
|
||||
<table align=center width=1000 border=1 cellspacing=0 cellpadding=0 bordercolordark=gray bordercolorlight=black style=font-size:13;word-break:break-all; id=bg0>
|
||||
<tr><td>회 원 관 리<br><?php backButton(); ?></td></tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user