mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
Corrected checkppolicy url
This commit is contained in:
parent
fdae94a5e1
commit
5762d080ad
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $('#form').validator({
|
|||
};
|
||||
var $ret = 'PPolicy error';
|
||||
$.ajax({
|
||||
url: '/checkppolicy',
|
||||
url: './checkppolicy',
|
||||
type: 'POST',
|
||||
dataType: 'json',
|
||||
async: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue