mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
crash reporter: another 'lagg' access fix
This commit is contained in:
parent
f0d4159413
commit
719fd67c0f
@ -35,8 +35,9 @@ require_once("unbound.inc");
|
||||
|
||||
$referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/interfaces_lagg.php');
|
||||
|
||||
if (!is_array($config['laggs']['lagg']))
|
||||
if (!isset($config['laggs']['lagg'])) {
|
||||
$config['laggs']['lagg'] = array();
|
||||
}
|
||||
|
||||
$a_laggs = &$config['laggs']['lagg'];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user