mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +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
|
||||
{
|
||||
requirePear();
|
||||
require_once('HTTP/Request.php');
|
||||
if(!class_exists('HTTP_Request')) require_once('HTTP/Request.php');
|
||||
|
||||
$parsed_url = parse_url(__PROXY_SERVER__);
|
||||
if($parsed_url["host"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue