mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 01:46:00 +02:00
Correct variable
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
$this->Timeout = $Timeout;
|
$this->Timeout = $Timeout;
|
||||||
$this->Engine = $Engine;
|
$this->Engine = $Engine;
|
||||||
$this->Port = $Port;
|
$this->Port = $Port;
|
||||||
$this->Ip = $Ip;
|
$this->Address = $Address;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function Write( $Header, $String = '' )
|
public function Write( $Header, $String = '' )
|
||||||
|
|||||||
Reference in New Issue
Block a user