Skip to content

Commit c9426bb

Browse files
committed
dont expose the specific ISPConfig version number through the title html-tag
1 parent 6165e36 commit c9426bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset='utf-8' />
55

6-
<title><tmpl_var name="company_name"><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
6+
<title><tmpl_var name="company_name"><tmpl_var name="app_title"></title>
77

88
<meta name='viewport' content='width=device-width, user-scalable=yes'>
99
<meta name='description' lang='en' content='' />
@@ -147,4 +147,4 @@ <h4 class="modal-title">{tmpl_var name="datalog_changes_txt"}</h4>
147147
</script>
148148
</body>
149149

150-
</html>
150+
</html>

0 commit comments

Comments
 (0)