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 /plugin/business | |
| parent | ab492252a91f77bee363377358dbb57928a741ff (diff) | |
TSG-1322 阻断页面表名变更,导致无法显示上传页面v4.3.1-20200423
Diffstat (limited to 'plugin/business')
| -rw-r--r-- | plugin/business/pangu-http/src/pangu_http.cpp | 2 |
1 files changed, 1 insertions, 1 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"}; |
