mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -22,7 +22,6 @@ include("includes/functions.php");
|
||||
|
||||
$options = getopt("g:f::");
|
||||
|
||||
echo $options['g'];
|
||||
if (isset($options['g']) && $options['g'] >= 0) {
|
||||
$cmd = array_shift($argv);
|
||||
array_shift($argv);
|
||||
|
Reference in New Issue
Block a user