示例#1
0
文件: report.php 项目: istrwei/Luna
<?php

// Make sure no one attempts to run this view directly.
if (!defined('FORUM')) {
    exit;
}
draw_report_form($post_id);
示例#2
0
<?php

// Make sure no one attempts to run this view directly.
if (!defined('FORUM')) {
    exit;
}
draw_report_form($comment_id);