summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgbasefuncs.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-11-21 11:34:38 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-11-21 11:43:31 +0100
commit571b74b9017169ed6181a57d637ad737fd15f6b3 (patch)
treec636c26608acb3cd06a446beaf33532caf854a6b /web/lib/pkgbasefuncs.inc.php
parentbef4fc9f44bf6762f64ffe0521cd60b445f3d816 (diff)
downloadaurweb-571b74b9017169ed6181a57d637ad737fd15f6b3.tar.xz
Always use virtual URLs
Support for non-virtual URLs has been broken for a long time and is no longer used on the official AUR setup. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/pkgbasefuncs.inc.php')
-rw-r--r--web/lib/pkgbasefuncs.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/pkgbasefuncs.inc.php b/web/lib/pkgbasefuncs.inc.php
index 322ea60..9cdd8a3 100644
--- a/web/lib/pkgbasefuncs.inc.php
+++ b/web/lib/pkgbasefuncs.inc.php
@@ -236,7 +236,6 @@ function pkgbase_display_details($base_id, $row, $SID="") {
include('pkgbase_details.php');
if ($SID) {
- include('actions_form.php');
include('pkg_comment_form.php');
}