Update wiki links to the new short URL
[aur.git] / web / html / pkgflagcomment.php
blobc0363c89975f8b3337645306f3b3101958375939
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 if (!isset($base_id)) {
9 header('Location: /');
10 exit();
13 html_header(__("Flag Comment"));
14 $message = pkgbase_get_flag_comment($base_id);
15 include('flag_comment.php');
16 html_footer(AURWEB_VERSION);