diff options
Diffstat (limited to 'web/template/pkg_details.php')
-rw-r--r-- | web/template/pkg_details.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 5239123..c03493d 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -1,4 +1,6 @@ <?php +$atype = account_from_sid($SID); +$uid = uid_from_sid($SID); $pkgid = intval($_REQUEST['ID']); if ($uid == $row["MaintainerUID"] or |