mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
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))
|
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"))
|
if(!$this->write_port('GET '.$file.' HTTP/1.0'."\n".'Host: '.$server."\n".$auth."\r\n\r\n"))
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user