mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +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");
|
const search = require("google-it");
|
||||||
|
|
||||||
if (req.query.lucky === "true") {
|
if (req.query.lk === "true") {
|
||||||
getRandomLinkAndRedirect(query, res);
|
getRandomLinkAndRedirect(query, res);
|
||||||
}
|
}
|
||||||
|
|
||||||
var uaos = req.useragent.os;
|
var uaos = req.useragent.os;
|
||||||
var IsOldWindows;
|
var IsOldWindows;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue