mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
Fix missing variable in FileHandler::getRemoteResource (thanks @bjrambo)
This commit is contained in:
parent
30378dbcc9
commit
e1232cf4c1
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ class FileHandler
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
$host = parse_url($url, PHP_URL_HOST);
|
||||||
$request_headers = array();
|
$request_headers = array();
|
||||||
$request_cookies = array();
|
$request_cookies = array();
|
||||||
$request_options = array('timeout' => $timeout);
|
$request_options = array('timeout' => $timeout);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue