diff --git a/assets/js/scripts.min.js b/assets/js/scripts.min.js index 9d5d2679..0fd62e39 100644 --- a/assets/js/scripts.min.js +++ b/assets/js/scripts.min.js @@ -270,7 +270,7 @@ $(document).on("click", "#fillIpv4", function () { if (host_name) { $.ajax({ type: "GET", - url: "get_ip.php", + url: "calls.php", data: {"type" : "dns_search", "hostname": host_name, "type": "A"}, success: function (result) { $('#ipv4').val(result); @@ -280,7 +280,7 @@ $(document).on("click", "#fillIpv4", function () { setTimeout(function(){ $.ajax({ type: "GET", - url: "get_ip.php", + url: "calls.php", data: {"type" : "dns_search", "hostname": host_name, "type": "AAAA"}, success: function (result) { if (result != ''){ @@ -300,7 +300,7 @@ $(document).on("click", "#checkUpStatus", function () { if (host_name) { $.ajax({ type: "GET", - url: "check_up.php", + url: "calls.php", data: {"type": "check_up", "host": host_name}, success: function (result) { if (result == 1) {