From ec37c6b0c2e1f1521fb1c1003687729214a9d46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Fri, 10 Nov 2017 19:58:17 +0100 Subject: [PATCH] [Web] Minor changes --- data/web/inc/{ => ajax}/relay_check.php | 0 data/web/inc/header.inc.php | 5 ----- data/web/js/admin.js | 2 +- data/web/mailbox.php | 14 +++++++++----- 4 files changed, 10 insertions(+), 11 deletions(-) rename data/web/inc/{ => ajax}/relay_check.php (100%) diff --git a/data/web/inc/relay_check.php b/data/web/inc/ajax/relay_check.php similarity index 100% rename from data/web/inc/relay_check.php rename to data/web/inc/ajax/relay_check.php diff --git a/data/web/inc/header.inc.php b/data/web/inc/header.inc.php index d6d29c59..cedd07ca 100644 --- a/data/web/inc/header.inc.php +++ b/data/web/inc/header.inc.php @@ -78,11 +78,6 @@ > - > - > diff --git a/data/web/js/admin.js b/data/web/js/admin.js index c368cbe7..997e76a3 100644 --- a/data/web/js/admin.js +++ b/data/web/js/admin.js @@ -466,7 +466,7 @@ jQuery(function($){ $(this).html(' '); $.ajax({ type: 'GET', - url: 'inc/relay_check.php', + url: 'inc/ajax/relay_check.php', dataType: 'text', data: $('#test_relayhost_form').serialize(), complete: function (data) { diff --git a/data/web/mailbox.php b/data/web/mailbox.php index 149a59d3..30c3ecdb 100644 --- a/data/web/mailbox.php +++ b/data/web/mailbox.php @@ -39,12 +39,16 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI']; - + + +