From 056949aab02e6c17c7eac1e96300ebe83042311b Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Sun, 18 Sep 2022 17:08:50 +0200 Subject: [PATCH] Maintenance disable error reporting on maintenance.php and network.php --- front/maintenance.php | 24 +++++++++++++++++++----- front/network.php | 4 ++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/front/maintenance.php b/front/maintenance.php index e22763cb..32360b16 100644 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -1,6 +1,9 @@ "); } else { - $pia_lang_test = ''; + //$pia_lang_test = ''; echo(""); } } } + +// Set Tab ---------------------------------------------------------------------------- + +if ($_REQUEST['tab'] == '1') { + $pia_tab_setting = 'active'; $pia_tab_tool = ''; $pia_tab_backup = ''; +} elseif ($_REQUEST['tab'] == '2') { + $pia_tab_setting = ''; $pia_tab_tool = 'active'; $pia_tab_backup = ''; +} elseif ($_REQUEST['tab'] == '3') { + $pia_tab_setting = ''; $pia_tab_tool = ''; $pia_tab_backup = 'active'; +} else { $pia_tab_setting = 'active'; $pia_tab_tool = ''; $pia_tab_backup = '';} + ?>