.
# --------------------------------------------------------
# $Id: login_select_proj_page.php,v 1.38.4.1 2007-10-13 22:33:20 giallu Exp $
# --------------------------------------------------------
# Allows the user to select a project that is visible to him
require_once( 'core.php' );
auth_ensure_user_authenticated();
$f_ref = gpc_get_string( 'ref', '' );
html_page_top1( lang_get( 'select_project_button' ) );
html_page_top2();
?>