mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
php -> lp
There are still a few cases left in debug.js, but as that feature is so far missing, I will leave them for now
This commit is contained in:
@@ -142,9 +142,9 @@ $(function () {
|
||||
var ip = data.ips[index];
|
||||
if (ip.name !== null && ip.name.length > 0)
|
||||
ips.push(
|
||||
'<a href="queries.php?client=' + ip.ip + '">' + ip.ip + " (" + ip.name + ")</a>"
|
||||
'<a href="queries.lp?client_ip=' + ip.ip + '">' + ip.ip + " (" + ip.name + ")</a>"
|
||||
);
|
||||
else ips.push('<a href="queries.php?client=' + ip.ip + '">' + ip.ip + "</a>");
|
||||
else ips.push('<a href="queries.lp?client_ip=' + ip.ip + '">' + ip.ip + "</a>");
|
||||
}
|
||||
|
||||
if (data.ips.length > MAXIPDISPLAY) {
|
||||
|
||||
Reference in New Issue
Block a user