summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-13 08:59:57 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-13 08:59:57 -0300
commit6f3d20631db477f0ea8c86baae71e9071b45da7d (patch)
treebcf9da6cc4e767bb1a25fcd8b1883f9d80d4d1b8 /usr/local/www/crash_reporter.php
parent44b79ffb8d4fec4030f72621756efeba5b31cc06 (diff)
downloadpfsense-6f3d20631db477f0ea8c86baae71e9071b45da7d.zip
pfsense-6f3d20631db477f0ea8c86baae71e9071b45da7d.tar.gz
Replace Header() calls by lowercase
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rw-r--r--usr/local/www/crash_reporter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index c0a20a4..1b3d40b 100644
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -123,7 +123,7 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
array_map('unlink', glob("/var/crash/*"));
// Erase the contents of the PHP error log
fclose(fopen("/tmp/PHP_errors.log", 'w'));
- Header("Location: /");
+ header("Location: /");
exit;
} else {
$crash_files = glob("/var/crash/*");
OpenPOWER on IntegriCloud