mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00: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