Seite 1 von 1

REGISTERY GLOBALS

Verfasst: Mi 12.Nov, 2003 15:13
von Anonymous
If registery_globals off (and that's default), half of the mod doesn't work ..

use (in downloads.php):

Code: Alles auswählen

$view = ( isset($HTTP_GET_VARS['view']) ) ? $HTTP_GET_VARS['view'] : $HTTP_POST_VARS['view'];
$id = ( isset($HTTP_GET_VARS['id']) ) ? $HTTP_GET_VARS['id'] : $HTTP_POST_VARS['id'];
But nice mod 8)

:)