mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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$ */
|
||||
|
||||
$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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user