Transfering netmail via EMSI
This commit is contained in:
@@ -12,11 +12,6 @@ use App\Models\{Address,Setup};
|
||||
|
||||
abstract class Protocol
|
||||
{
|
||||
// Our product code
|
||||
// @todo Move These to a config file
|
||||
protected const product_code = 'AB8D';
|
||||
public const setup = 1;
|
||||
|
||||
// Enable extra debugging
|
||||
protected bool $DEBUG = FALSE;
|
||||
|
||||
@@ -254,9 +249,6 @@ abstract class Protocol
|
||||
$this->client->speed = SocketClient::TCP_SPEED;
|
||||
$this->originate = FALSE;
|
||||
|
||||
// @todo While Debugging
|
||||
$this->send->add('/tmp/aa');
|
||||
|
||||
return $this->protocol_session();
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user