Commit fc7f8d14 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) fix crashreporter issue

parent 8bc4bdcb
......@@ -35,7 +35,7 @@ require_once("unbound.inc");
$referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/interfaces_gif.php');
if (!is_array($config['gifs']['gif']))
if (!isset($config['gifs']['gif']))
$config['gifs']['gif'] = array();
$a_gifs = &$config['gifs']['gif'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment