diff options
author | Mark Weiman <mark.weiman@markzz.com> | 2015-12-14 16:18:16 -0500 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-15 17:46:18 +0100 |
commit | e9fe1a9eb100b11fda80f05b5b3239ee97e3a905 (patch) | |
tree | e484f0f2dea3871d4e5b6b7c5b812f07b93259d0 /web/html/index.php | |
parent | 76a589257ef37402ad53b4b876e9383c19f8e18a (diff) | |
download | aurweb-e9fe1a9eb100b11fda80f05b5b3239ee97e3a905.tar.xz |
Add link to flag OOD comment
Implements: FS#46546
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index 8b5cb62..0a9fd05 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -73,6 +73,9 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { case "unflag": $_POST['do_UnFlag'] = __('UnFlag'); break; + case "flag-comment": + include('pkgflagcomment.php'); + return; case "delete": include('pkgdel.php'); return; |