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?>: 국법
-
-
-
-=WebUtil::printJS('../e_lib/jquery-3.3.1.min.js')?>
-=WebUtil::printJS('../e_lib/bootstrap.bundle.min.js')?>
-=WebUtil::printJS('js/common.js')?>
-=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>
-=WebUtil::printCSS('../d_shared/common.css')?>
-=WebUtil::printCSS('css/common.css')?>
-
-
-
-
-
- 국 법 =backButton()?> |
-
-
-= 5) {
- echo "
-";
-} else {
- echo "
- ";
-}
-
-?>
- |
- | =backButton()?> |
- | =banner()?> |
-
-
-
-
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