- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
// Ensure the email is equal the ** of email
if ($PowerBB->_POST['email'] != $PowerBB->_POST['email_**'])
{
$PowerBB->functions->ShowHeader();
$PowerBB->functions->error($PowerBB->_CONF['template']['_CONF']['lang']['email_**_Incorrectly']);
$PowerBB->functions->GetFooter();
}