mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
commit
91a57fdd88
@ -30,7 +30,7 @@
|
|||||||
* @note If http response header mentions that content is gzipped, then uncompress it.
|
* @note If http response header mentions that content is gzipped, then uncompress it.
|
||||||
*/
|
*/
|
||||||
foreach($http_response_header as $c => $h) {
|
foreach($http_response_header as $c => $h) {
|
||||||
if(stristr($h, "content-encoding") and stristr($h, "gzip") {
|
if(stristr($h, "content-encoding") and stristr($h, "gzip")) {
|
||||||
/*
|
/*
|
||||||
* @note Now, let's begin the actual purpose of this function:
|
* @note Now, let's begin the actual purpose of this function:
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user