File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 228228 <?php echo print_config_forms ($ l ); ?>
229229 </div>
230230
231- <div id="dashboard-wrapper" class="content-box <?php if (array_key_exists ('app ' ,$ _GET ) && ( $ _GET ['app ' ] != 'dashboard ' ) ) echo 'hidden ' ;?> ">
231+ <div id="dashboard-wrapper" class="content-box <?php if (array_key_exists ('app ' ,$ _GET ) && $ _GET ['app ' ] != 'dashboard ' ) echo 'hidden ' ;?> ">
232232 <h2 class="text-title"><?php echo $ l ->__ ("System Info " ); ?> </h2>
233233 <div id="dashboard-suggestions" class="table-wrapper"></div>
234234 <div id="dashboard-table" class="outputbox table-wrapper"></div>
235235 <div id="loading-info-gif" class="loading-section-gif"> <img src="img/loading-small.gif"> </div>
236236 </div>
237237
238- <div id="backups-wrapper" class="content-box <?php if (array_key_exists ('app ' ,$ _GET ) && ( $ _GET ['app ' ] != 'backups ' )) echo 'hidden ' ;?> ">
238+ <div id="backups-wrapper" class="content-box <?php if (! array_key_exists ('app ' ,$ _GET ) || ( array_key_exists ( ' app ' , $ _GET ) && $ _GET ['app ' ] != 'backups ' )) echo 'hidden ' ;?> ">
239239 <h2 class="text-title"><?php echo $ l ->__ ("Backups " ); ?> </h2>
240240 <div id="backups-content" class="table-wrapper"></div>
241241 <div id="loading-backups-gif" class="loading-section-gif"> <img src="img/loading-small.gif"> </div>
242242 </div>
243243
244- <div id="nc-config-wrapper" class="content-box <?php if (array_key_exists ('app ' ,$ _GET ) && ( $ _GET ['app ' ] != 'config ' )) echo 'hidden ' ;?> ">
244+ <div id="nc-config-wrapper" class="content-box <?php if (! array_key_exists ('app ' ,$ _GET ) || ( array_key_exists ( ' app ' , $ _GET ) && $ _GET ['app ' ] != 'config ' )) echo 'hidden ' ;?> ">
245245 <h2 class="text-title"><?php echo $ l ->__ ("Nextcloud configuration " ); ?> </h2>
246246 <div id="nc-config-box" class="table-wrapper">
247247<?php
You can’t perform that action at this time.
0 commit comments