. /** * @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( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'core.php' ); require_once( 'schema.php' ); access_ensure_global_level( config_get_global( 'admin_site_threshold' ) ); html_page_top( 'MantisBT Administration' ); function print_info_row( $p_description, $p_value ) { echo ''; echo '' . $p_description . ''; echo '' . $p_value . ''; echo ''; } ?>

[ Check your installation ]

[ Upgrade your installation ]

[ System Utilities ]

[ Test Icons ]

[ Test Langs ]

[ Test Email ]

[ Email Queue ]

Version() ); ?>