summaryrefslogtreecommitdiffstats
path: root/etc/inc/functions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/functions.inc')
-rw-r--r--etc/inc/functions.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index a86876a..a89aeff 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -66,7 +66,7 @@ if(!function_exists("pfSenseHeader")) {
$complete_url = "{$protocol}://{$_SERVER['SERVER_NAME']}{$port}/{$text}";
echo "\ndocument.location.href = '{$complete_url}';\n";
} else {
- Header("Location: $text");
+ header("Location: $text");
}
}
}
@@ -148,4 +148,4 @@ require_once("certs.inc");
require_once("system.inc");
require_once("vslb.inc");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud