Update check permisisons

This commit is contained in:
markjcrane
2025-11-02 00:22:57 -06:00
parent 422fee7f23
commit b0eabca1f6
243 changed files with 299 additions and 1008 deletions

View File

@@ -82,7 +82,7 @@
}
//get the command line parameters
$options = getopt(null, $long_options);
$options = getopt('', $long_options);
//set the values from the command line parameters
foreach($options as $option_key => $option_value) {