phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup index.php,1.98.2.1,1.98.2.2 applications.p


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.98.2.1,1.98.2.2 applications.php,1.11,1.11.2.1
Date: Sat, 19 Jan 2002 16:28:24 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php applications.php 
Log Message:
disable timeouts to handle large upgrades



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.98.2.1
retrieving revision 1.98.2.2
diff -C2 -r1.98.2.1 -r1.98.2.2
*** index.php   14 Jan 2002 12:14:17 -0000      1.98.2.1
--- index.php   19 Jan 2002 21:28:22 -0000      1.98.2.2
***************
*** 28,31 ****
--- 28,33 ----
        include('./inc/functions.inc.php');
  
+       set_time_limit(0);
+ 
        $tpl_root = $phpgw_setup->setup_tpl_dir('setup');
        $setup_tpl = CreateObject('phpgwapi.Template',$tpl_root);

Index: applications.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/applications.php,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** applications.php    7 Jan 2002 10:50:42 -0000       1.11
--- applications.php    19 Jan 2002 21:28:22 -0000      1.11.2.1
***************
*** 29,32 ****
--- 29,34 ----
        include ('./inc/functions.inc.php');
  
+       set_time_limit(0);
+ 
        // Check header and authentication
        if (!$phpgw_setup->auth('Config'))




reply via email to

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