1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-12 21:59:52 +02:00

Corrected checkppolicy url

This commit is contained in:
Christian Connert 2019-07-10 11:58:08 +02:00
parent fdae94a5e1
commit 5762d080ad

View File

@ -6,7 +6,7 @@ $('#form').validator({
}; };
var $ret = 'PPolicy error'; var $ret = 'PPolicy error';
$.ajax({ $.ajax({
url: '/checkppolicy', url: './checkppolicy',
type: 'POST', type: 'POST',
dataType: 'json', dataType: 'json',
async: false, async: false,