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.99,1.100 applications.php,1.12


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.99,1.100 applications.php,1.12,1.13
Date: Sun, 20 Jan 2002 11:04:28 -0500

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

Modified Files:
        index.php applications.php 
Log Message:
Disable time limit to aid large updates



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** index.php   14 Jan 2002 12:14:39 -0000      1.99
--- index.php   20 Jan 2002 16:04:25 -0000      1.100
***************
*** 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.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** applications.php    13 Jan 2002 19:52:47 -0000      1.12
--- applications.php    20 Jan 2002 16:04:25 -0000      1.13
***************
*** 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]