Removed founder authorisation.

This commit is contained in:
Ice
2008-02-03 11:46:25 +00:00
parent b6a1614082
commit 341ce7a74c

View File

@@ -27,8 +27,6 @@ $mode = request_var('mode', '');
$page_title = 'Board3portal v' . $current_version;
if( $user->data['is_registered'] && $user->data['user_type'] == USER_FOUNDER )
{
$version_array = array('0.1.0', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
$old_version = 0;
@@ -966,13 +964,5 @@ if( $user->data['is_registered'] && $user->data['user_type'] == USER_FOUNDER )
break;
}
}
else
{
include($phpbb_root_path . 'install_portal/style/layout_header.'.$phpEx);
echo '<h1>' . $user->lang['INSTALLER_ERROR'] . '</h1>';
echo '<p>' . $user->lang['INSTALLER_NEEDS_FOUNDER'] . '</p>';
include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
}
?>