Gizmo
I'm a bit puzzled as I'm not sure about line #76 77

This is my local file from 7.6.0

Quote
// Only inform the user of an error if Level 4 (Silent Fail)
if($config["SFS_LEVEL"] == 3) {
$html->not_right($ubbt_lang["SFS_DETECTED_LOGIN"]);
} else {
return array("location" => "cfrm");
}
}
} else {
return array("location" => "cfrm");
}
}
} else {
$html->not_right($ubbt_lang["SFS_ERROR_REMOTE"]);
}
}

// ----------------------------------------------------------------

They look kind of a likedon't you think.

Quote
// Only inform the user of an error if Level 4 (Silent Fail)
if($config["SFS_LEVEL"] == 3) {
$html->not_right($ubbt_lang["SFS_DETECTED_LOGIN"]);
} else {
return array("location" => "cfrm");
}
}
} else {
return array("location" => "cfrm");
}
}
} else {
$html->not_right($ubbt_lang["SFS_ERROR_REMOTE"]);
}
}

// ----------------------------------------------------------------


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php