Ajax headers for dashboard/config forms

This commit is contained in:
pblasquez
2016-04-26 14:47:03 -07:00
parent add7aeba6b
commit d2be07b49c
9 changed files with 9 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
* @package LibreNMS
* @subpackage Dashboards
*/
header('Content-type: application/json');
$status = 'error';
$message = 'unknown error';