mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
Add first valid expression ruler. Still not linked to scheduleds.
This commit is contained in:
parent
f59f7bd757
commit
f4bbfa0152
16 changed files with 1049 additions and 18 deletions
|
@ -19,7 +19,7 @@
|
|||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (!$_SESSION['user']['settings']['display_help']) { ?>
|
||||
<?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