summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-16 01:22:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-16 01:22:02 +0000
commit87fe2b7ff2d40bc696ff40cc70afaf4d07e617b2 (patch)
tree1e475a0b7c9214f868e6770d57f0611b18c2c3c7 /usr/local/www/fbegin.inc
parent9d9adc7fc99baa44e7f730c44f2ae8298186c65d (diff)
downloadpfsense-87fe2b7ff2d40bc696ff40cc70afaf4d07e617b2.zip
pfsense-87fe2b7ff2d40bc696ff40cc70afaf4d07e617b2.tar.gz
Move common functions to guiconfig.inc since head.inc requires them.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index e117ed5..96d7a4c 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -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 = "";
OpenPOWER on IntegriCloud