$template->form->unsetData();
header('Location: ' . $_CONFIG['hotel']['url'] . '/me');
exit;
}
$template->form->unsetData();
header('Location: http://findretros.com/vote/[YOUR PAGE NAME]');
exit;
}
Hey,
Open up class.user.php
Find
Replace that withPHP:$template->form->unsetData(); header('Location: ' . $_CONFIG['hotel']['url'] . '/me'); exit; }
PHP:$template->form->unsetData(); header('Location: http://findretros.com/vote/[YOUR PAGE NAME]'); exit; }