mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Correct link for Rule, Location (Alerts, and several other pages) (#11937)
- wherever generate_url is used - does not address hostname (device), separate PR for that
This commit is contained in:
@@ -277,7 +277,7 @@ class Url
|
||||
{
|
||||
$vars = array_merge($vars, $new_vars);
|
||||
|
||||
$url = url($vars['page'] . '');
|
||||
$url = url(Config::get('base_url', true) . $vars['page'] . '');
|
||||
unset($vars['page']);
|
||||
|
||||
return $url . self::urlParams($vars);
|
||||
|
Reference in New Issue
Block a user