Project

General

Profile

« Previous | Next » 

Revision be107240

Added by Jim Pingle about 7 years ago

Fix a PHP error when visiting the GIF/GRE page with no GIF/GRE ifs

View differences:

src/usr/local/www/interfaces_gif.php
28 28

  
29 29
require_once("guiconfig.inc");
30 30

  
31
if (!is_array($config['gifs'])) {
32
	$config['gifs'] = array();
33
}
31 34
if (!is_array($config['gifs']['gif'])) {
32 35
	$config['gifs']['gif'] = array();
33 36
}

Also available in: Unified diff