Remove typing error on use of implode

This commit is contained in:
Miles Lott 2004-02-26 01:38:51 +00:00
parent 8e39566fd3
commit 5e73b0dc6c

View File

@ -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;