mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-17 08:03:36 +02:00
Remove some deprecated functions
This commit is contained in:
@@ -25,7 +25,7 @@ $cmd2 = shell_exec($ntpdc.' -c iostats');
|
||||
$vars = array();
|
||||
$vars2 = array();
|
||||
$vars = explode(',', $cmd);
|
||||
$vars2 = eregi_replace(' ', '', $cmd2);
|
||||
$vars2 = str_replace(' ', '', $cmd2);
|
||||
$vars2 = explode("\n", $vars2);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user