mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Server config remove old code
This commit is contained in:
parent
b66156e0bd
commit
63de1950e5
@ -16,8 +16,6 @@ $options = getopt($shortopts, $longopts);
|
||||
$options = [
|
||||
'address' => $options['address'] ?? $options['a'] ?? '',
|
||||
'port' => $options['port'] ?? $options['p'] ?? '',
|
||||
'id' => $options['id'] ?? $options['i'] ?? '',
|
||||
'hash' => $options['hash'] ?? $options['h'] ?? '',
|
||||
'help' => isset($options['help']),
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user