Files

18 lines
660 B
PHP
Raw Permalink Normal View History

2012-05-16 16:24:43 +00:00
<?php
2014-11-30 17:49:52 +00:00
/*
* LibreNMS
*
* Copyright (c) 2014 Neil Lathwood <https://github.com/laf/ http://www.lathwood.co.uk/fa>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*/
2019-04-11 23:26:42 -05:00
require_once 'includes/html/modal/alert_notes.inc.php';
require_once 'includes/html/modal/alert_ack.inc.php';
require_once 'includes/html/common/alerts.inc.php';
2016-08-18 20:28:22 -05:00
echo implode('', $common_output);