mirror of
https://github.com/itflow-org/itflow
synced 2026-08-29 02:45:12 +00:00
Fix Mail settings tabs regression and user menu coloring
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
|
||||
|
||||
// Saves and tests return to the tab they were submitted from (see settings_mail.php)
|
||||
$mail_tabs = ['smtp', 'imap', 'oauth', 'from', 'tests'];
|
||||
$mail_tabs = ['sending', 'receiving', 'oauth', 'from', 'tests'];
|
||||
$mail_tab_redirect = 'settings_mail.php';
|
||||
if (isset($_POST['tab']) && in_array($_POST['tab'], $mail_tabs, true)) {
|
||||
$mail_tab_redirect .= '?tab=' . $_POST['tab'];
|
||||
|
||||
Reference in New Issue
Block a user