Revision a9d49723
Added by Colin Smith over 20 years ago
etc/inc/pfsense-utils.inc | ||
---|---|---|
413 | 413 |
print_info_box_np("Could not download pkg_config.xml from " . $pkg_config_base_url . ". Check your DNS settings."); |
414 | 414 |
die; |
415 | 415 |
} |
416 |
} |
|
416 | 417 |
} |
417 | 418 |
return; |
418 | 419 |
} |
Also available in: Unified diff
Fix that parse error (thought I had earlier).