forked from extern/egroupware
removed $appdir in include to close security hole (setting this var in the url and register_globals on)
This commit is contained in:
parent
f19c4d7904
commit
acaae4b3e6
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user