From 2c098d73a233d329bacd4af5946ad97f6496a438 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 25 Jan 2011 09:37:23 +0100 Subject: Removed links to internal sources from package details. Tarball extraction code has been removed in commit ec0dfc27deb246ee7d7f19fd5290e499805869d2, so links to package sources contained in the source tarball itself will no longer be accessible through the AUR frontend. Signed-off-by: Lukas Fleischer --- web/template/pkg_details.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/template') diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index a8da6c9c..8aba3afa 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -173,9 +173,8 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[ $src = $src[0]; # It is presumably an internal source if ($row["LocationID"] == 2) { - $urlpath = URL_DIR . $row['Name']; - echo ""; - echo "$src
\n"; + echo "$src"; + echo "
\n"; } } } -- cgit v1.2.3-24-g4f1b