Revision 39a7c0c3
Added by Bill Marquette about 20 years ago
etc/inc/pfsense-utils.inc | ||
---|---|---|
847 | 847 |
"base" => array("version" => trim(file_get_contents('/etc/version_base'))), |
848 | 848 |
"platform" => trim(file_get_contents('/etc/platform')) |
849 | 849 |
); |
850 |
if($tocheck = "all") { |
|
850 |
if($tocheck == "all") {
|
|
851 | 851 |
$params = $rawparams; |
852 | 852 |
} else { |
853 | 853 |
foreach($tocheck as $check) { |
Also available in: Unified diff
Fix bug reported by Zend Studio