Revision 185b9fbd
Added by Renato Botelho about 15 years ago
usr/local/www/wizard.php | ||
---|---|---|
62 | 62 |
|
63 | 63 |
if(empty($xml)) { |
64 | 64 |
$xml = "not_defined"; |
65 |
print_info_box_np(sprintf(gettext("ERROR: Could not open %s."), $xml); |
|
65 |
print_info_box_np(sprintf(gettext("ERROR: Could not open %s."), $xml));
|
|
66 | 66 |
die; |
67 | 67 |
} else { |
68 | 68 |
if (file_exists("{$g['www_path']}/wizards/{$xml}")) |
69 | 69 |
$pkg = parse_xml_config_pkg("{$g['www_path']}/wizards/" . $xml, "pfsensewizard"); |
70 | 70 |
else { |
71 |
print_info_box_np(sprintf(gettext("ERROR: Could not open %s."), $xml); |
|
71 |
print_info_box_np(sprintf(gettext("ERROR: Could not open %s."), $xml));
|
|
72 | 72 |
die; |
73 | 73 |
} |
74 | 74 |
} |
Also available in: Unified diff
Add missing )