mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Merge branch 'beta' into devel
This commit is contained in:
commit
cb0958cd3f
@ -800,10 +800,16 @@ function InitConfigurationValues()
|
||||
// --- Handle HTML Injection stuff
|
||||
if ( strlen(GetConfigSetting("InjectHtmlHeader", false)) > 0 )
|
||||
$content['EXTRA_HTMLHEAD'] .= $CFG['InjectHtmlHeader'];
|
||||
else
|
||||
$content['InjectHtmlHeader'] = ""; // Init Option
|
||||
if ( strlen(GetConfigSetting("InjectBodyHeader", false)) > 0 )
|
||||
$content['EXTRA_HEADER'] .= $CFG['InjectBodyHeader'];
|
||||
else
|
||||
$content['InjectBodyHeader'] = ""; // Init Option
|
||||
if ( strlen(GetConfigSetting("InjectBodyFooter", false)) > 0 )
|
||||
$content['EXTRA_FOOTER'] .= $CFG['InjectBodyFooter'];
|
||||
else
|
||||
$content['InjectBodyFooter'] = ""; // Init Option
|
||||
// ---
|
||||
|
||||
// Init main langauge file now!
|
||||
|
Loading…
x
Reference in New Issue
Block a user