mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set title to Package Editor if $title is unset
This commit is contained in:
parent
3aeee7edb8
commit
ff30be849b
@ -210,6 +210,8 @@ include("fbegin.inc");
|
||||
<head>
|
||||
<?php
|
||||
if($pkg['title'] <> "") $title = $pkg['title'];
|
||||
else
|
||||
$title = "Package Editor";
|
||||
?>
|
||||
<title><?=gentitle_pkg($title);?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user