Commit d88999b0 authored by Franco Fichtner's avatar Franco Fichtner

firmware: fix typos in previous

parent 83969040
......@@ -74,7 +74,7 @@ $crash_report_header = sprintf(
);
if (isset($_SERVER['HTTP_USER_AGENT'])) {
$crash_report_header = "User Agent {$_SERVER['HTTP_USER_AGENT']}\n{$crash_reporter_header}";
$crash_report_header = "User-Agent {$_SERVER['HTTP_USER_AGENT']}\n{$crash_report_header}";
}
$pkgver = explode('-', trim(file_get_contents('/usr/local/opnsense/version/opnsense')));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment