mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
improved the detection, for the case the webserver is started manualy
This commit is contained in:
parent
63c28e56bd
commit
96111faf8f
@ -13,7 +13,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$ui = ''; // html UI, which UI to use, should come from api and be in $GLOBALS['phpgw']???
|
$ui = ''; // html UI, which UI to use, should come from api and be in $GLOBALS['phpgw']???
|
||||||
if ($_ENV['DISPLAY'])
|
if ($_ENV['DISPLAY'] && isset($_SERVER['_']))
|
||||||
{
|
{
|
||||||
$ui = '_gtk';
|
$ui = '_gtk';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user