mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +01:00
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$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/* Include older phpGroupWare update support */
|
/* Include older phpGroupWare update support */
|
||||||
include($appdir . 'tables_update_0_9_9.inc.php');
|
include('tables_update_0_9_9.inc.php');
|
||||||
include($appdir . 'tables_update_0_9_10.inc.php');
|
include('tables_update_0_9_10.inc.php');
|
||||||
include($appdir . 'tables_update_0_9_12.inc.php');
|
include('tables_update_0_9_12.inc.php');
|
||||||
include($appdir . 'tables_update_0_9_14.inc.php');
|
include('tables_update_0_9_14.inc.php');
|
||||||
|
|
||||||
/* This is since the last release */
|
/* This is since the last release */
|
||||||
$test[] = '0.9.13.018';
|
$test[] = '0.9.13.018';
|
||||||
|
Loading…
Reference in New Issue
Block a user