mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
wrong function
This commit is contained in:
parent
764ec67919
commit
5d4350cb44
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class View
|
|||
{
|
||||
foreach(glob("$dir/*.$ext") as $file)
|
||||
{
|
||||
file_put_contents($file.'.gz', gzcompress(file_get_contents($file)));
|
||||
file_put_contents($file.'.gz', gzencode(file_get_contents($file)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue