summaryrefslogtreecommitdiffstats
path: root/web/html/comaintainers.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/comaintainers.php')
-rw-r--r--web/html/comaintainers.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/comaintainers.php b/web/html/comaintainers.php
index 23d8d19b..9733558d 100644
--- a/web/html/comaintainers.php
+++ b/web/html/comaintainers.php
@@ -5,9 +5,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
include_once("aur.inc.php");
include_once("pkgbasefuncs.inc.php");
-set_lang();
-check_sid();
-
if (!isset($base_id) || !has_credential(CRED_PKGBASE_EDIT_COMAINTAINERS, array(pkgbase_maintainer_uid($base_id)))) {
header('Location: /');
exit();