Corrected checkppolicy url

This commit is contained in:
Christian Connert 2019-07-10 11:58:08 +02:00
parent fdae94a5e1
commit 5762d080ad
1 changed files with 1 additions and 1 deletions

View File

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