phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php, 1.53.2.9.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.12, 1.53.2.9.2.13
Date: Mon, 21 Jul 2003 11:20:31 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        tables_update.inc.php 
Log Message:
removed $appdir in include to close security hole (setting this var in the url 
and register_globals on)

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.12
retrieving revision 1.53.2.9.2.13
diff -C2 -r1.53.2.9.2.12 -r1.53.2.9.2.13
*** tables_update.inc.php       5 Jul 2003 20:35:56 -0000       1.53.2.9.2.12
--- tables_update.inc.php       21 Jul 2003 15:20:29 -0000      1.53.2.9.2.13
***************
*** 14,20 ****
  
        /* Include older phpGroupWare update support */
!       include($appdir . 'tables_update_0_9_9.inc.php');
!       include($appdir . 'tables_update_0_9_10.inc.php');
!       include($appdir . 'tables_update_0_9_12.inc.php');
  
        /* This is since the last release */
--- 14,20 ----
  
        /* Include older phpGroupWare update support */
!       include('tables_update_0_9_9.inc.php');
!       include('tables_update_0_9_10.inc.php');
!       include('tables_update_0_9_12.inc.php');
  
        /* This is since the last release */





reply via email to

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