mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
fix banner
This commit is contained in:
parent
3085e2472c
commit
ecd7fdb9ea
@ -2,7 +2,7 @@
|
|||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* eGroupWare - Admin *
|
* eGroupWare - Admin *
|
||||||
* http://www.egroupware.org *
|
* http://www.egroupware.org *
|
||||||
* This application written by Miles Lott <milosch@phpwhere.org> *
|
* This application written by Miles Lott <milos@groupwhere.org> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
* under the terms of the GNU General Public License as published by the *
|
* under the terms of the GNU General Public License as published by the *
|
||||||
@ -14,12 +14,12 @@
|
|||||||
|
|
||||||
/* Check currentapp and API upgrade status */
|
/* Check currentapp and API upgrade status */
|
||||||
|
|
||||||
if ($GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' &&
|
if($GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' &&
|
||||||
$GLOBALS['phpgw_info']['flags']['currentapp'] != 'welcome' &&
|
$GLOBALS['phpgw_info']['flags']['currentapp'] != 'welcome' &&
|
||||||
(isset($GLOBALS['phpgw_info']['server']['checkappversions']) &&
|
(isset($GLOBALS['phpgw_info']['server']['checkappversions']) &&
|
||||||
$GLOBALS['phpgw_info']['server']['checkappversions']))
|
$GLOBALS['phpgw_info']['server']['checkappversions']))
|
||||||
{
|
{
|
||||||
if ((isset($GLOBALS['phpgw_info']['user']['apps']['admin']) &&
|
if((isset($GLOBALS['phpgw_info']['user']['apps']['admin']) &&
|
||||||
$GLOBALS['phpgw_info']['user']['apps']['admin']) ||
|
$GLOBALS['phpgw_info']['user']['apps']['admin']) ||
|
||||||
$GLOBALS['phpgw_info']['server']['checkappversions'] == 'All')
|
$GLOBALS['phpgw_info']['server']['checkappversions'] == 'All')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user