oncontextmenu, ondragstart 금지 코드 수정. 우클릭 가능하도록.

This commit is contained in:
2018-01-29 22:08:15 +09:00
parent a4ecf23dd0
commit d2abd6daf2
56 changed files with 115 additions and 69 deletions
+2 -2
View File
@@ -21,7 +21,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();
@@ -45,7 +45,7 @@ if($general['no'] > 0) {
<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();