mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 10:14:31 +01:00
Corrected checkppolicy url
This commit is contained in:
parent
fdae94a5e1
commit
5762d080ad
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user