From ef092bfefb916c7cdd77eedfe6a56b1b33f02a78 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 12 Jan 2019 18:53:01 +0900 Subject: [PATCH] =?UTF-8?q?[8ee2def02a]=EA=B5=AD=EB=B2=95=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EC=A0=9C=EA=B1=B0.=20=EC=99=B8=EA=B5=90=EB=B6=80?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=9C=20=EC=9E=90=EB=A6=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_nationrule.php | 63 --------------------------------- hwe/c_nationrule.php | 25 ------------- hwe/templates/commandButton.php | 37 +++++++++---------- 3 files changed, 19 insertions(+), 106 deletions(-) delete mode 100644 hwe/b_nationrule.php delete mode 100644 hwe/c_nationrule.php diff --git a/hwe/b_nationrule.php b/hwe/b_nationrule.php deleted file mode 100644 index 0d3dc367..00000000 --- a/hwe/b_nationrule.php +++ /dev/null @@ -1,63 +0,0 @@ -setReadOnly(); -$userID = Session::getUserID(); - -$db = DB::db(); -$connect=$db->get(); - -increaseRefresh("국법", 1); -?> - - - -<?=UniqueConst::$serverName?>: 국법 - - - - - - - - - - - - - - - - - - -
국 법
- -= 5) { - echo " -
-
- -
"; -} else { - echo " -
"; -} - -?> -
- - - diff --git a/hwe/c_nationrule.php b/hwe/c_nationrule.php deleted file mode 100644 index 26932a63..00000000 --- a/hwe/c_nationrule.php +++ /dev/null @@ -1,25 +0,0 @@ -setReadOnly(); -$userID = Session::getUserID(); - -$db = DB::db(); -$connect=$db->get(); - -$query = "select no,nation from general where owner='{$userID}'"; -$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); -$me = MYDB_fetch_array($result); - -$msg = addslashes(SQ2DQ($msg)); - -$query = "update nation set rule='$msg' where nation='{$me['nation']}'"; -MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); - -header('location:b_nationrule.php'); \ No newline at end of file diff --git a/hwe/templates/commandButton.php b/hwe/templates/commandButton.php index c6c519ae..eaf605e7 100644 --- a/hwe/templates/commandButton.php +++ b/hwe/templates/commandButton.php @@ -1,27 +1,28 @@
- - - - - - - - - + + + + + + + + + +
- - - - - - - - - + + + + + + + + +
\ No newline at end of file