Exemplo n.º 1
0
<?php

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

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