Searched refs:hash (Results 1 – 4 of 4) sorted by relevance
/web-bugs/www/js/ |
H A D | redirect.js | 13 var bugId = location.hash.substr(1) * 1;
|
/web-bugs/include/ |
H A D | functions.php | 1363 $hash = crypt($email . $bug_id, $now); 1372 $affected = $dbh->prepare($query, null, null)->execute([$hash, $bug_id, $email]); 1375 $hash = urlencode($hash); 1387 {$site_method}://{$site_url}{$basedir}/bug.php?id={$bug_id}&unsubscribe=1&t={$hash} 1412 function unsubscribe($bug_id, $hash) argument 1424 $sub = $dbh->prepare($query)->execute([$bug_id, $hash])->fetch(); 1441 $dbh->prepare($query)->execute([$bug_id, $hash, $sub['email']]);
|
/web-bugs/www/ |
H A D | bug.php | 61 $hash = isset($_GET['t']) ? $_GET['t'] : false; variable 63 if (!$hash) { 66 unsubscribe($bug_id, $hash);
|
/web-bugs/ |
H A D | composer.lock | 7 "content-hash": "9ffaca7d3269343f2ea635047d22621e",
|
Completed in 13 milliseconds