Update tail log and query ads

This commit is contained in:
Mcat12
2016-12-30 15:00:06 -05:00
parent ca9418a245
commit 4cffd16aae
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ function eventsource() {
}
var host = window.location.host;
var source = new EventSource("http://"+host+"/admin/php/queryads.php?domain="+domain.val().toLowerCase()+"&"+exact);
var source = new EventSource("http://"+host+"/admin/scripts/pi-hole/php/queryads.php?domain="+domain.val().toLowerCase()+"&"+exact);
// Reset and show field
ta.empty();