forked from extern/egroupware
Remove typing error on use of implode
This commit is contained in:
parent
8e39566fd3
commit
5e73b0dc6c
@ -239,6 +239,7 @@
|
||||
{
|
||||
if($this->open_port($server, 80, 15))
|
||||
{
|
||||
$lines = array();
|
||||
if(!$this->write_port('GET '.$file.' HTTP/1.0'."\n".'Host: '.$server."\n".$auth."\r\n\r\n"))
|
||||
{
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user