Removed some old consts
This commit is contained in:
@@ -25,10 +25,6 @@ class Setup extends Model
|
||||
public const PRODUCT_VERSION_MIN = 0;
|
||||
|
||||
public const BIND = '::';
|
||||
public const EMSI_PORT = 60179;
|
||||
public const EMSI_BIND = self::BIND;
|
||||
public const DNS_PORT = 53;
|
||||
public const DNS_BIND = '::';
|
||||
|
||||
public const O_BINKP = 1<<1; /* Listen for BINKD connections */
|
||||
public const O_EMSI = 1<<2; /* Listen for EMSI connections */
|
||||
|
Reference in New Issue
Block a user