. /** * @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' ); html_page_top(); access_ensure_project_level( config_get( 'create_permalink_threshold' ) ); $f_url = string_sanitize_url( gpc_get_string( 'url' ) ); ?>

'; $t_safe_url = string_display_line( $f_url ); echo "$t_safe_url

"; $t_create_short_url = config_get( 'create_short_url' ); if ( !is_blank( $t_create_short_url ) ) { print_bracket_link( sprintf( $t_create_short_url, $f_url ), lang_get( 'create_short_link' ), /* new window = */ true ); } ?>