mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update check permisisons
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user