diff options
Diffstat (limited to 'web/html/pkgflagcomment.php')
-rw-r--r-- | web/html/pkgflagcomment.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/pkgflagcomment.php b/web/html/pkgflagcomment.php index 98680ef6..c0363c89 100644 --- a/web/html/pkgflagcomment.php +++ b/web/html/pkgflagcomment.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)) { header('Location: /'); exit(); |