diff options
Diffstat (limited to '')
| -rw-r--r-- | inc/html.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 7312601..b9d1727 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
| @@ -96,6 +96,7 @@ EOT; | |||
| 96 | 96 | ||
| 97 | function html_end($footer = false) { | 97 | function html_end($footer = false) { |
| 98 | global $CONFIG; | 98 | global $CONFIG; |
| 99 | $html_weburl = htmlentities($CONFIG['weburl']); | ||
| 99 | 100 | ||
| 100 | if ($footer) { | 101 | if ($footer) { |
| 101 | $git = '/usr/bin/git'; | 102 | $git = '/usr/bin/git'; |
| @@ -111,8 +112,6 @@ function html_end($footer = false) { | |||
| 111 | $version = 'v'.$version[0]; | 112 | $version = 'v'.$version[0]; |
| 112 | } | 113 | } |
| 113 | 114 | ||
| 114 | $html_weburl = htmlentities($CONFIG['weburl']); | ||
| 115 | |||
| 116 | echo <<<EOT | 115 | echo <<<EOT |
| 117 | </div> | 116 | </div> |
| 118 | <div id="footer"> | 117 | <div id="footer"> |
