summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 1cb48aca..be6c98d3 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -59,10 +59,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
return;
}
- if (isset($_COOKIE['AURSID'])) {
- $_POST['token'] = $_COOKIE['AURSID'];
- }
-
$_POST['IDs'] = array(pkgid_from_name($tokens[2]) => '1');
}
}