Ejemplo n.º 1
0
/**
 * Outputs enough HTML to make a pretty error message in the iframe
 *
 * @param string $message The message to display to the user
 */
function export_iframe_die($message, $link = null)
{
    print_export_iframe_die($message, $link);
    exit;
}
/**
 * Outputs enough HTML to make a pretty error message in the iframe
 *
 * @param string $message The message to display to the user
 */
function export_iframe_die($message)
{
    print_export_iframe_die($message);
    exit;
}