Server config remove old code

This commit is contained in:
Alexander Pankratov 2019-02-04 23:27:39 +03:00
parent b66156e0bd
commit 63de1950e5

View File

@ -16,8 +16,6 @@ $options = getopt($shortopts, $longopts);
$options = [ $options = [
'address' => $options['address'] ?? $options['a'] ?? '', 'address' => $options['address'] ?? $options['a'] ?? '',
'port' => $options['port'] ?? $options['p'] ?? '', 'port' => $options['port'] ?? $options['p'] ?? '',
'id' => $options['id'] ?? $options['i'] ?? '',
'hash' => $options['hash'] ?? $options['h'] ?? '',
'help' => isset($options['help']), 'help' => isset($options['help']),
]; ];