mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 02:14:20 +01:00
Corrected checkppolicy url
This commit is contained in:
parent
fdae94a5e1
commit
5762d080ad
@ -6,7 +6,7 @@ $('#form').validator({
|
||||
};
|
||||
var $ret = 'PPolicy error';
|
||||
$.ajax({
|
||||
url: '/checkppolicy',
|
||||
url: './checkppolicy',
|
||||
type: 'POST',
|
||||
dataType: 'json',
|
||||
async: false,
|
||||
|
Loading…
Reference in New Issue
Block a user