<!DOCTYPE html>

This commit is contained in:
2018-03-19 23:23:05 +09:00
parent 005a495fdb
commit b27562613e
50 changed files with 59 additions and 21 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""
$me = MYDB_fetch_array($result);
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -37,6 +37,7 @@ if($type == 0) {
}
$sel[$type] = "selected";
?>
<!DOCTYPE html>
<html>
<head>
<title>로그정보</title>