Commit 379ce6ec authored by Ad Schellevis's avatar Ad Schellevis

Merge branch 'master' of ssh://github.com/opnsense/core

parents bb5cdb1d 4358b850
......@@ -34,8 +34,8 @@ function gettext($text)
return $text;
}
}
/* END compatibility goo with HEAD */
if (!function_exists('redirectHeader')) {
function redirectHeader($text)
{
global $_SERVER;
......@@ -61,6 +61,8 @@ function redirectHeader($text)
header("Location: $text");
}
}
}
/* END compatibility goo with HEAD */
function get_menu_messages()
{
......
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