mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2026-06-11 02:08:53 -04:00
Network: ifconfig command check errors no longer appear in logs
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ class Misc
|
||||
|
||||
foreach ($cmds as $cmd)
|
||||
{
|
||||
if (trim(shell_exec($cmd.$args)) != '')
|
||||
if (trim(shell_exec($cmd.' 2>/dev/null '.$args)) != '')
|
||||
{
|
||||
$return = $cmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user