mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Added nl2br to GUI's output of delete_device
This commit is contained in:
@@ -23,7 +23,7 @@ if (is_numeric($_REQUEST['id']))
|
||||
');
|
||||
if ($_REQUEST['confirm'])
|
||||
{
|
||||
print_message(delete_device(mres($_REQUEST['id']))."\n");
|
||||
print_message(nl2br(delete_device(mres($_REQUEST['id'])))."\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user