From d2dd3e256fc75f591c127caaa8ed913e728f4769 Mon Sep 17 00:00:00 2001 From: Thom Seddon Date: Wed, 23 Mar 2016 09:43:34 +0000 Subject: [PATCH] Fix URL path to ajax_form.php for testing alerts --- html/pages/settings/alerting.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/settings/alerting.inc.php b/html/pages/settings/alerting.inc.php index f9a2b5078..fea6d8c8b 100644 --- a/html/pages/settings/alerting.inc.php +++ b/html/pages/settings/alerting.inc.php @@ -858,7 +858,7 @@ echo ' var transport = $this.data("transport"); $.ajax({ type: 'POST', - url: '/ajax_form.php', + url: 'ajax_form.php', data: { type: "test-transport", transport: transport }, dataType: "json", success: function(data){