Re: PunBB 1.2.16
Cheers for the update. Just one quickie. With the profile.php change, would it not be simpler to just make that a preliminary check in profile.php near the top of the file, so that it acts as a cover all incase anyone mods their file later on with something problematical?
Just prodding on this one. Would a general check of:
if (isset($_POST['form_sent']))
{
if ($pun_user['g_id'] < PUN_GUEST)
{
confirm_referrer('profile.php');
}
}
at the top of profile.php prevent any future possibility of that occuring with any additions to profile.php, i.e: mods?
Cheers,
Matt