diff options
| author | fengweihao <[email protected]> | 2020-04-17 17:40:29 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2020-04-17 17:40:29 +0800 |
| commit | cc89b5bbe92d5f730da08f55fd35be32391ef31a (patch) | |
| tree | 9b42eecc13cc0a114cd74a865b9f5867f28cc17d | |
| parent | ab492252a91f77bee363377358dbb57928a741ff (diff) | |
TSG-1322 阻断页面表名变更,导致无法显示上传页面v4.3.1-20200423
| -rw-r--r-- | plugin/business/pangu-http/src/pangu_http.cpp | 2 | ||||
| -rw-r--r-- | resource/pangu/table_info.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/business/pangu-http/src/pangu_http.cpp b/plugin/business/pangu-http/src/pangu_http.cpp index 4066d77..bd8dbab 100644 --- a/plugin/business/pangu-http/src/pangu_http.cpp +++ b/plugin/business/pangu-http/src/pangu_http.cpp @@ -815,7 +815,7 @@ int maat_table_ex_init(int profile_idx, { int table_id = 0; - const char *table_name_map[] = {"PXY_PROFILE_RESPONSE_PAGES", + const char *table_name_map[] = {"TSG_PROFILE_RESPONSE_PAGES", "PXY_PROFILE_INSERT_SCRIPTS", "PXY_PROFILE_HIJACK_FILES"}; diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 63010c7..140edb0 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -41,7 +41,7 @@ 21 PXY_PROFILE_TRUSTED_CA_CERT plugin {"key":1,"valid":4,"foreign":"3"} 21 PXY_EXCH_INTERMEDIA_CERT plugin {"key":1,"valid":4,"foreign":"3"} 22 PXY_OBJ_TRUSTED_CA_CRL plugin {"valid":4,"foreign":"3"} -23 PXY_PROFILE_RESPONSE_PAGES plugin {"key":1,"foreign":"4","valid":5} +23 TSG_PROFILE_RESPONSE_PAGES plugin {"key":1,"foreign":"4","valid":5} 24 PXY_PROFILE_HIJACK_FILES plugin {"key":1,"foreign":"5","valid":6} 25 PXY_PROFILE_INSERT_SCRIPTS plugin {"key":1,"foreign":"4","valid":6} 26 TSG_SECURITY_COMPILE plugin {"key":1,"valid":8} |
