mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Revert "fixed minor error header disabled"
This reverts commit 2cf945a5e33297818906400d8137d034d90b831d [formerly 87ac8d400ac83f316bf8efb1fca6afe2d60e6c8c]. Former-commit-id: 3129ccb02e68230c537e25bc5bd939c400c2ae66
This commit is contained in:
parent
2cf945a5e3
commit
004fec7454
@ -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
1105
pandora_console/install.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user