Revision fc19d371
Added by Scott Ullrich about 20 years ago
usr/local/www/wizard.php | ||
---|---|---|
50 | 50 |
die; |
51 | 51 |
} else { |
52 | 52 |
if (file_exists("{$g['www_path']}/wizards/{$xml}")) |
53 |
$pkg = parse_xml_config("{$g['www_path']}/wizards/" . $xml, "pfsensewizard"); |
|
53 |
$pkg = parse_xml_config_pkg("{$g['www_path']}/wizards/" . $xml, "pfsensewizard");
|
|
54 | 54 |
else { |
55 | 55 |
print_info_box_np("ERROR: Could not open " . $xml . "."); |
56 | 56 |
die; |
Also available in: Unified diff
use parse_xml_config_pkg()