phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.10,1.11


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.10,1.11 setup.inc.php,1.46,1.47 tables_update.inc.php,1.60,1.61
Date: Tue, 24 Sep 2002 01:21:40 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv14507/phpgwapi/setup

Modified Files:
        default_records.inc.php setup.inc.php tables_update.inc.php 
Log Message:
Make session timeouts configurable

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/default_records.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** default_records.inc.php     14 Sep 2002 01:59:52 -0000      1.10
--- default_records.inc.php     24 Sep 2002 05:21:37 -0000      1.11
***************
*** 151,154 ****
--- 151,156 ----
  
        $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_checkip','True')");
+       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_timeout',7200)");
+       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_app_timeout',86400)");
  
        $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_interserv(server_name,server_host,server_url,trust_level,trust_rel,server_mode)
 VALUES ('phpGW 
cvsdemo',NULL,'http://www.phpgroupware.org/cvsdemo/xmlrpc.php',99,0,'xmlrpc')");

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** setup.inc.php       26 Aug 2002 04:36:12 -0000      1.46
--- setup.inc.php       24 Sep 2002 05:21:37 -0000      1.47
***************
*** 15,19 ****
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.15.004';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.22';
        $setup_info['phpgwapi']['enable']    = 3;
--- 15,19 ----
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.15.006';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.22';
        $setup_info['phpgwapi']['enable']    = 3;

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** tables_update.inc.php       1 Sep 2002 13:00:39 -0000       1.60
--- tables_update.inc.php       24 Sep 2002 05:21:37 -0000      1.61
***************
*** 105,107 ****
        }
  
! ?>
\ No newline at end of file
--- 105,117 ----
        }
  
!       $test[] = '0.9.15.005';
!       function phpgwapi_upgrade0_9_15_005()
!       {
!               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_timeout',7200)");
!               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_app_timeout',86400)");
! 
!               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.006';
!               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
!       }
! 
! ?>





reply via email to

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