mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1228 from ExolonDX/branch_master_05
This commit is contained in:
commit
718af29d29
@ -258,10 +258,15 @@ else
|
||||
$title = gettext("Package Editor");
|
||||
|
||||
$pgtitle = $title;
|
||||
include("head.inc");
|
||||
|
||||
if ($pkg['custom_php_after_head_command'])
|
||||
if ($pkg['custom_php_after_head_command']) {
|
||||
$closehead = false;
|
||||
include("head.inc");
|
||||
eval($pkg['custom_php_after_head_command']);
|
||||
echo "</head>\n";
|
||||
}
|
||||
else
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user