diff --git a/src/main/java/com/nis/util/Constants.java b/src/main/java/com/nis/util/Constants.java index 2f99eb3e0..f1367e6d9 100644 --- a/src/main/java/com/nis/util/Constants.java +++ b/src/main/java/com/nis/util/Constants.java @@ -7,10 +7,6 @@ import java.util.Map; import com.google.gson.GsonBuilder; public final class Constants { - /** - * IPSEC协议 - */ - public static Integer IPSEC_PROTOCOL=Configurations.getIntProperty("ipsec_protocol", 8); public static final String GROUP_REUSE_SOURCES=Configurations.getStringProperty("groupReuseSources","groupReuseSources"); public static Integer APP_SPEC_SERVICE_CODE_MIN_VAL=Configurations.getIntProperty("app_spec_service_code_min_val", 300001); public static Integer APP_SPEC_SERVICE_CODE_MAX_VAL=Configurations.getIntProperty("app_spec_service_code_max_val", 268435455); diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index ab9221784..4b5e0d130 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1006,7 +1006,7 @@ browser=Browser trend=Trend traffic_website_list=Website TOP10 traffic_website_type_chart=Website Type -website=Website +website=webSite #===============dashboard end=================================== ratelimit_limit=Limit Rate must between 0 and 1 Maintenance=Policy Object diff --git a/src/main/resources/nis.properties b/src/main/resources/nis.properties index 637f0059d..f500f4750 100644 --- a/src/main/resources/nis.properties +++ b/src/main/resources/nis.properties @@ -528,5 +528,4 @@ log_time_end=2018-10-01 00:00:00 area_tag=location isp_tag=isp mmFileDigestLog=mmFileDigestLogs -ntcStreamMediaLog=ntcStreamMediaLogs -ipsec_protocol=8 \ No newline at end of file +ntcStreamMediaLog=ntcStreamMediaLogs \ No newline at end of file