<!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
+3 -2
View File
@@ -5,7 +5,8 @@ include "func.php";
$connect=dbConn();
if(getUserGrade() < 5) {
echo "
echo "<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>관리메뉴</title>
@@ -31,7 +32,7 @@ $query = "select plock from plock";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$plock = MYDB_fetch_array($result);
?>
<!DOCTYPE html>
<html>
<head>
<title>삼국지 모의전투 PHP (유기체서버)</title>