phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/header.inc.php.template, 1.46


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/header.inc.php.template, 1.46
Date: Thu, 30 Dec 2004 11:46:22 +0100

Update of /phpgroupware
Modified Files:
        Branch: 
          header.inc.php.template

date: 2004/12/30 10:46:22;  author: skwashd;  state: Exp;  lines: +9 -9

Log Message:
create new head
=====================================================================
Index: phpgroupware/header.inc.php.template
diff -u phpgroupware/header.inc.php.template:1.45 
phpgroupware/header.inc.php.template:1.46
--- phpgroupware/header.inc.php.template:1.45   Tue Oct 29 22:15:31 2002
+++ phpgroupware/header.inc.php.template        Thu Dec 30 10:46:22 2004
@@ -31,6 +31,12 @@
        */
        $GLOBALS['phpgw_info']['server']['show_domain_selectbox'] = 
{DOMAIN_SELECTBOX};
 
+       /*
+       ** As an alternative to the domain select box, set this option to True
+       ** to use the domain name from the browser provided hostname 
($_SERVER['HTTP_HOST'])
+       */
+       $GLOBALS['phpgw_info']['server']['domain_from_host'] = 
{DOMAIN_FROM_HOST};
+
        $GLOBALS['phpgw_info']['server']['db_persistent'] = {DB_PERSISTENT};
 
        /*
@@ -44,12 +50,6 @@
        /* Select which login template set you want, most people will use 
default */
        $GLOBALS['phpgw_info']['login_template_set'] = 'default';
 
-       /* Select which login theme you want */
-       $GLOBALS['phpgw_info']['login_theme'] = 'submarine';
-
-       /* Enables support for non xslt apps or apps which weren't already 
ported to the last version of class.Templates.inc.php */
-       $GLOBALS['phpgw_info']['server']['support_old_style_apps'] = True;
-
        /* This is used to control mcrypt's use */
        $GLOBALS['phpgw_info']['server']['mcrypt_enabled'] = {ENABLE_MCRYPT};
        /* Set this to 'old' for versions < 2.4, otherwise the exact mcrypt 
version you use. */
@@ -98,9 +98,9 @@
        $GLOBALS['phpgw_info']['server']['versions']['phpgwapi'] = 
$setup_info['phpgwapi']['version'];
        $GLOBALS['phpgw_info']['server']['versions']['current_header'] = 
$setup_info['phpgwapi']['versions']['current_header'];
        unset($setup_info);
-       $GLOBALS['phpgw_info']['server']['versions']['header'] = '1.23';
+       $GLOBALS['phpgw_info']['server']['versions']['header'] = '1.24';
        /* This is a fix for NT */
-       if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || 
!$GLOBALS['phpgw_info']['flags']['noapi'] == True)
+       if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || 
$GLOBALS['phpgw_info']['flags']['noapi'] != True)
        {
                include(PHPGW_API_INC . '/functions.inc.php');
                include(PHPGW_API_INC . '/xml_functions.inc.php');




reply via email to

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