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