mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix redirect http code
This commit is contained in:
parent
1a1279726a
commit
5c9ae6e52e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class Controller
|
|||
];
|
||||
|
||||
|
||||
foreach ([302 => $tempRedirects, 301 => $permanentRedirects] as $code => $redirects)
|
||||
foreach ([307 => $tempRedirects, 301 => $permanentRedirects] as $code => $redirects)
|
||||
{
|
||||
foreach ($redirects as $src => $target)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue