phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/inc class.etemplate.inc.php,1.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.etemplate.inc.php,1.2,1.3
Date: Mon, 23 Sep 2002 21:29:17 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv18959

Modified Files:
        class.etemplate.inc.php 
Log Message:
improved the detection, for the case the webserver is started manualy

Index: class.etemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.etemplate.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.etemplate.inc.php     20 Feb 2002 01:26:03 -0000      1.2
--- class.etemplate.inc.php     24 Sep 2002 01:29:14 -0000      1.3
***************
*** 14,18 ****
  
        $ui = ''; // html UI, which UI to use, should come from api and be in 
$GLOBALS['phpgw']???
!       if ($_ENV['DISPLAY'])
        {
                $ui = '_gtk';
--- 14,18 ----
  
        $ui = ''; // html UI, which UI to use, should come from api and be in 
$GLOBALS['phpgw']???
!       if ($_ENV['DISPLAY'] && isset($_SERVER['_']))
        {
                $ui = '_gtk';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]