mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
remove my debug code
git-svn-id: file:///svn/phpbb/trunk@6431 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
94121dc765
commit
2ce3ab3dc0
1 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ class install_install extends module
|
||||||
$error = array();
|
$error = array();
|
||||||
|
|
||||||
// Check the entered email address and password
|
// Check the entered email address and password
|
||||||
/* if ($admin_name == '' || $admin_pass1 == '' || $admin_pass2 == '' || $board_email1 == '' || $board_email2 =='')
|
if ($admin_name == '' || $admin_pass1 == '' || $admin_pass2 == '' || $board_email1 == '' || $board_email2 =='')
|
||||||
{
|
{
|
||||||
$error[] = $lang['INST_ERR_MISSING_DATA'];
|
$error[] = $lang['INST_ERR_MISSING_DATA'];
|
||||||
}
|
}
|
||||||
|
@ -606,7 +606,7 @@ class install_install extends module
|
||||||
if ($board_email1 != '' && !preg_match('/^' . get_preg_expression('email') . '$/i', $board_email1))
|
if ($board_email1 != '' && !preg_match('/^' . get_preg_expression('email') . '$/i', $board_email1))
|
||||||
{
|
{
|
||||||
$error[] = $lang['INST_ERR_EMAIL_INVALID'];
|
$error[] = $lang['INST_ERR_EMAIL_INVALID'];
|
||||||
}*/
|
}
|
||||||
|
|
||||||
$template->assign_block_vars('checks', array(
|
$template->assign_block_vars('checks', array(
|
||||||
'S_LEGEND' => true,
|
'S_LEGEND' => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue