fixes some bugs to gzip css and js
Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -143,7 +143,6 @@ class Yohobuy | @@ -143,7 +143,6 @@ class Yohobuy | ||
| 143 | if (!empty($data)) { | 143 | if (!empty($data)) { |
| 144 | $url = self::httpBuildQuery($url, $data); | 144 | $url = self::httpBuildQuery($url, $data); |
| 145 | } | 145 | } |
| 146 | - echo $url; | ||
| 147 | 146 | ||
| 148 | /* 开启缓存的情况 */ | 147 | /* 开启缓存的情况 */ |
| 149 | if ($cache && USE_CACHE) { | 148 | if ($cache && USE_CACHE) { |
-
Please register or login to post a comment