. /** * This page allows the user to set the fields of the bugs he wants to print * Update is POSTed to acount_prefs_update.php * Reset is POSTed to acount_prefs_reset.php * * @package MantisBT * @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org * @copyright Copyright (C) 2002 - 2014 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @link http://www.mantisbt.org */ /** * MantisBT Core API's */ require_once( 'core.php' ); require( 'print_all_bug_options_inc.php' ); auth_ensure_user_authenticated(); html_page_top(); edit_printing_prefs(); html_page_bottom();