mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 14:05:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
9fde919bbe
commit
54495fd4a8
@@ -166,7 +166,7 @@ return [
|
||||
*/
|
||||
'tcp_port_range' => [
|
||||
'from' => 50000,
|
||||
'to' => 60000
|
||||
'to' => 60000,
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -251,7 +251,7 @@ return [
|
||||
|
||||
'custom_subdomain_unauthorized' => 'You are not allowed to specify custom subdomains. Please upgrade to Expose Pro.',
|
||||
|
||||
'no_free_tcp_port_available' => 'There are no free TCP ports available on this server. Please try again later.'
|
||||
'no_free_tcp_port_available' => 'There are no free TCP ports available on this server. Please try again later.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user