コード例 #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
ファイル: report.php プロジェクト: BlitzFirePlayz/Luna
<?php

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