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/sql/schema.sql b/hwe/sql/schema.sql index 01babc4b..175e500b 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -203,7 +203,6 @@ CREATE TABLE `nation` ( `spy` CHAR(255) NOT NULL DEFAULT '{}', `level` INT(1) NULL DEFAULT '0', `type` INT(2) NULL DEFAULT '0', - `rule` TEXT NULL DEFAULT '', `history` MEDIUMTEXT NULL DEFAULT '', `board0` TEXT NULL DEFAULT '', `board0_who` INT(6) NULL DEFAULT '0', diff --git a/hwe/templates/commandButton.php b/hwe/templates/commandButton.php index 830e0e12..acfcabac 100644 --- a/hwe/templates/commandButton.php +++ b/hwe/templates/commandButton.php @@ -3,12 +3,13 @@ + - +
@@ -16,12 +17,12 @@ - +
\ No newline at end of file