root/ip/trunk/download_post.php

119155
62
	message_die(GENERAL_MESSAGE, 'Topic_post_not_exist');
62
	message_die(GENERAL_MESSAGE, 'Topic_post_not_exist');
63
}
63
}
64
64
65
$code_text = undo_htmlspecialchars($code_text, true);
65
$code_text = $bbcode->undo_htmlspecialchars($code_text, true);
66
66
67
if(empty($code_filename))
67
if(empty($code_filename))
68
{
68
{