불필요하게 드래그, 선택, 우클릭을 막아 스마트폰 이용자들이 로그를 붙여 넣을 수 없었던 문제 해결

This commit is contained in:
2018-03-17 14:48:51 +09:00
parent 3cf84157f8
commit 552008d1b0
56 changed files with 68 additions and 68 deletions
+2 -2
View File
@@ -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><? backButton(); ?></td></tr>
</table>