mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed url to graphs from date selector (#9109)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
use LibreNMS\Config;
|
||||
|
||||
echo "<div style='text-align: center;'>
|
||||
<form class='form-inline' id='customrange'>
|
||||
<input type=hidden id='selfaction' value='" . $_SERVER['REQUEST_URI'] . "'>
|
||||
<input type=hidden id='selfaction' value='" . Config::get('base_url') . "{$_SERVER['REQUEST_URI']}'>
|
||||
";
|
||||
|
||||
echo '
|
||||
|
Reference in New Issue
Block a user