mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
[bugfix] Fix json-app-tool.php to work with Oid class. (#15844)
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require realpath(__DIR__ . '/..') . '/includes/init.php';
|
||||
|
||||
// Pulled from includes/polling/functions.inc.php
|
||||
function data_flatten($array, $prefix = '', $joiner = '_')
|
||||
{
|
||||
|
Reference in New Issue
Block a user