summaryrefslogtreecommitdiffstats
path: root/web/html/pkgflag.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/pkgflag.php')
-rw-r--r--web/html/pkgflag.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/pkgflag.php b/web/html/pkgflag.php
index 25c8ccbb..61346b90 100644
--- a/web/html/pkgflag.php
+++ b/web/html/pkgflag.php
@@ -5,9 +5,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
include_once("aur.inc.php");
include_once("pkgfuncs.inc.php");
-set_lang();
-check_sid();
-
/* Grab the list of package base IDs to be operated on. */
$ids = array();
if (isset($_POST['IDs'])) {