Files
librenms-librenms/html/ajax_dash.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
241 B
PHP
Raw Normal View History

<?php
2018-12-16 15:18:17 -06:00
header('Content-type: application/json');
// reload dashboard referencing old endpoint
exit(json_encode([
'html' => '<script>window.location.reload(false);</script>',
'status' => 'ok',
'title' => 'Reload Dasbhoard',
]));