.
# --------------------------------------------------------
# $Id: manage_custom_field_page.php,v 1.19.2.1 2007-10-13 22:33:28 giallu Exp $
# --------------------------------------------------------
require_once( 'core.php' );
$t_core_path = config_get( 'core_path' );
require_once( $t_core_path.'custom_field_api.php' );
auth_reauthenticate();
access_ensure_global_level( config_get( 'manage_custom_fields_threshold' ) );
html_page_top1( lang_get( 'manage_custom_field_link' ) );
html_page_top2();
print_manage_menu( 'manage_custom_field_page.php' );
?>