mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Update FileHandler.class.php
This commit is contained in:
parent
6fc8bc97cd
commit
724c5c6c89
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ class FileHandler
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
requirePear();
|
requirePear();
|
||||||
require_once('HTTP/Request.php');
|
if(!class_exists('HTTP_Request')) require_once('HTTP/Request.php');
|
||||||
|
|
||||||
$parsed_url = parse_url(__PROXY_SERVER__);
|
$parsed_url = parse_url(__PROXY_SERVER__);
|
||||||
if($parsed_url["host"])
|
if($parsed_url["host"])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue