REGISTERY GLOBALS
Verfasst: Mi 12.Nov, 2003 15:13
If registery_globals off (and that's default), half of the mod doesn't work ..
use (in downloads.php):
But nice mod 8)

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'];