1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-09 14:23:02 -04:00
This commit is contained in:
Ashley 2023-12-26 15:15:31 +00:00
parent 43de86922e
commit 64c6f8742e

View file

@ -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;