我在看別的網站的時候, 發現自己的論壇被直接連結附件
網址/index.php?action=dlattach;topic=數字;attach=數字
加一行判斷就不會被下載囉
我用的是 1.1rc2
Display.php
// Download an attachment.
function Download()
{
global $txt, $modSettings, $db_prefix, $user_info, $scripturl, $context, $sourcedir;
is_not_guest();