mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move common functions to guiconfig.inc since head.inc requires them.
This commit is contained in:
parent
9d9adc7fc9
commit
87fe2b7ff2
@ -3,11 +3,6 @@
|
||||
require_once("notices.inc");
|
||||
/* $Id$ */
|
||||
|
||||
function genhtmltitle($title) {
|
||||
global $config;
|
||||
return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . gentitle($title);
|
||||
}
|
||||
|
||||
function return_ext_menu($section) {
|
||||
global $config;
|
||||
$htmltext = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user