Erase login IP addresses after seven days
[aur.git] / web / template / pkg_comment_box.php
blob22f90d4a314c3c9df165829eb8b2b05d7a9f6f33
1 <div id="generic-form" class="box">
2 <h2><?= (isset($comment_id)) ? __('Edit comment for: %s', htmlspecialchars($pkgbase_name)) : __("Add Comment"); ?></h2>
3 <?php include 'pkg_comment_form.php' ?>
4 </div>