removed $appdir in include to close security hole (setting this var in the url and register_globals on)

This commit is contained in:
Ralf Becker 2003-07-21 15:45:49 +00:00
parent f19c4d7904
commit acaae4b3e6

View File

@ -11,10 +11,10 @@
/* $Id$ */
/* 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');
include($appdir . 'tables_update_0_9_14.inc.php');
include('tables_update_0_9_9.inc.php');
include('tables_update_0_9_10.inc.php');
include('tables_update_0_9_12.inc.php');
include('tables_update_0_9_14.inc.php');
/* This is since the last release */
$test[] = '0.9.13.018';