mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
fix this
This commit is contained in:
parent
43de86922e
commit
64c6f8742e
1 changed files with 2 additions and 1 deletions
|
@ -190,9 +190,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||
|
||||
const search = require("google-it");
|
||||
|
||||
if (req.query.lucky === "true") {
|
||||
if (req.query.lk === "true") {
|
||||
getRandomLinkAndRedirect(query, res);
|
||||
}
|
||||
|
||||
var uaos = req.useragent.os;
|
||||
var IsOldWindows;
|
||||
|
||||
|
|
Loading…
Reference in a new issue