mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This reverts commit e5dad7a64e.
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||
*/
|
||||
|
||||
use LibreNMS\Authentication\LegacyAuth;
|
||||
use LibreNMS\Data\Store\Datastore;
|
||||
|
||||
$start = microtime(true);
|
||||
|
||||
$init_modules = array('web', 'graphs', 'auth');
|
||||
@@ -25,9 +22,11 @@ if (!$auth) {
|
||||
|
||||
set_debug(isset($_GET['debug']));
|
||||
|
||||
rrdtool_initialize(false);
|
||||
|
||||
require \LibreNMS\Config::get('install_dir') . '/includes/html/graphs/graph.inc.php';
|
||||
|
||||
Datastore::terminate();
|
||||
rrdtool_close();
|
||||
|
||||
if ($debug) {
|
||||
echo '<br />';
|
||||
|
||||
Reference in New Issue
Block a user