diff --git a/server.php b/server.php index fec5a23..e415d0b 100644 --- a/server.php +++ b/server.php @@ -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']), ];