3 set_include_path(get_include_path() . PATH_SEPARATOR
. '../lib');
5 include_once("aur.inc.php");
6 include_once("pkgbasefuncs.inc.php");
11 if (!isset($base_id)) {
12 header('Location: /');
16 html_header(__("Flag Comment"));
17 $message = pkgbase_get_flag_comment($base_id);
18 include('flag_comment.php');
19 html_footer(AURWEB_VERSION
);