Quote:
Originally Posted by thisgeek
For what it's worth, I installed this on VB 4.0.5, and I had to change line 40 in qas.php from:
PHP Code:
print_cp_redirect('Location: user.php?' . $vbulletin->session->vars['sessionurl'] . 'do=finduser');
To:
PHP Code:
print_cp_redirect('Location:user.php?' . $vbulletin->session->vars['sessionurl'] . 'do=finduser');
Odd issue. Don't know if it's my Apache, or the VB version.
|
Mind telling me what it was doing wrong before you made this code edit? I'm going to update to VB4 soon; I want to use the latest version if it's completely compatible with the mod.