Allow customers to enable separate log-file for (sub)domains; fixes #1117

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-07-26 11:18:14 +02:00
parent 9d113afc83
commit d1043b4645
7 changed files with 82 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ $(function() {
$('#speciallogfile').removeClass('is-invalid');
$('#speciallogverified').val(0);
$.ajax({
url: "admin_domains.php?page=overview&action=jqSpeciallogfileNote",
url: window.location.pathname.substring(1) + "?page=overview&action=jqSpeciallogfileNote",
type: "POST",
data: {
id: $('input[name=id]').val(), newval: +$('#speciallogfile').is(':checked')