Fixed url to graphs from date selector (#9109)

This commit is contained in:
Neil Lathwood
2018-08-30 20:58:12 +01:00
committed by GitHub
parent fe8bf73339
commit 3446cf7989

View File

@@ -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 '