Add link to flag OOD comment
[aur.git] / web / html / pkgflagcomment.php
blob98680ef62476e2cb234d0cf1522fb2466d67174f
1 <?php
3 set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
5 include_once("aur.inc.php");
6 include_once("pkgbasefuncs.inc.php");
8 set_lang();
9 check_sid();
11 if (!isset($base_id)) {
12 header('Location: /');
13 exit();
16 html_header(__("Flag Comment"));
17 $message = pkgbase_get_flag_comment($base_id);
18 include('flag_comment.php');
19 html_footer(AURWEB_VERSION);