mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix this
This commit is contained in:
parent
43de86922e
commit
64c6f8742e
@ -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 New Issue
Block a user