diff --git a/www/skins/report/report.js b/www/skins/report/report.js index c7e94df4e9..640ebe37f9 100644 --- a/www/skins/report/report.js +++ b/www/skins/report/report.js @@ -184,7 +184,7 @@ function submiterAction(domSubmiter) { request = $.ajax({ type: "POST", - url: "/index_dev.php/report/init", + url: "/report/init", data: data, beforeSend: function () { container.find('.content').empty();