Fix php links in js files

Also removed help.js because it's no longer used
This commit is contained in:
Mcat12
2016-12-19 19:59:08 -05:00
committed by DL6ER
parent 2f65430a4d
commit fab94e07fd
5 changed files with 6 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ function add(domain,list) {
alSuccess.hide();
alFailure.hide();
$.ajax({
url: "php/add.php",
url: "scripts/pi-hole/php/add.php",
method: "post",
data: {"domain":domain, "list":list, "token":token},
success: function(response) {