Revert "fixed minor error header disabled"

This reverts commit 2cf945a5e33297818906400d8137d034d90b831d [formerly 87ac8d400ac83f316bf8efb1fca6afe2d60e6c8c].


Former-commit-id: 3129ccb02e68230c537e25bc5bd939c400c2ae66
This commit is contained in:
Daniel Barbero Martin 2019-03-26 18:35:56 +01:00
parent 2cf945a5e3
commit 004fec7454
2 changed files with 1108 additions and 5 deletions

View File

@ -19,11 +19,10 @@ require_once 'include/functions_notifications.php';
config_check(); config_check();
if ($_SESSION['menu_type'] == 'classic') { if ($_SESSION['menu_type']=='classic')
echo '<div id="header_table" class="header_table_classic">'; echo '<div id="header_table" class="header_table_classic">';
} else { else
echo '<div id="header_table" class="header_table_collapsed">'; echo '<div id="header_table" class="header_table_collapsed">';
}
?> ?>
<div id="header_table_inner"> <div id="header_table_inner">
<?php <?php
@ -179,8 +178,7 @@ if ($_SESSION['menu_type'] == 'classic') {
); );
if ((isset($select[0]['time_autorefresh']) === true) if ((isset($select[0]['time_autorefresh']) === true)
&& $select[0]['time_autorefresh'] !== 0 && $select[0]['time_autorefresh'] !== 0 && !$config['refr']
&& $config['refr'] === null
) { ) {
$config['refr'] = $select[0]['time_autorefresh']; $config['refr'] = $select[0]['time_autorefresh'];
$autorefresh_txt .= ' (<span id="refrcounter">'; $autorefresh_txt .= ' (<span id="refrcounter">';

1105
pandora_console/install.php Normal file

File diff suppressed because it is too large Load Diff