mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
fix indefined index session
This commit is contained in:
parent
16335365a9
commit
cadb63cbe8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (!$_SESSION['user']['settings']['display_help'] ?? false) { ?>
|
||||
<?php if (! ($_SESSION['user']['settings']['display_help'] ?? false)) { ?>
|
||||
<style>.help {display: none;}</style>
|
||||
<?php } ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue