Logo shown even in login page.

This commit is contained in:
Hugo Loza
2011-01-11 21:22:14 +00:00
parent 107091159b
commit 6513be60da
3 changed files with 7 additions and 6 deletions

View File

@@ -506,7 +506,8 @@ $startingTime = array_sum(explode(' ',microtime()));
and SYS_TARGET != 'updateTranslation'
and SYS_TARGET != 'autoinstallProcesses'
and SYS_TARGET != 'autoinstallPlugins'
and SYS_TARGET != 'heartbeatStatus'
and SYS_TARGET != 'heartbeatStatus'
and SYS_TARGET != 'showLogoFile'
and SYS_COLLECTION != 'services' and SYS_COLLECTION != 'tracker' and $collectionPlugin != 'services'
and $bWE != true and SYS_TARGET != 'defaultAjaxDynaform' and SYS_TARGET != 'dynaforms_checkDependentFields' and SYS_TARGET != 'cases_ShowDocument') {
$bRedirect = true;