Add first valid expression ruler. Still not linked to scheduleds.

This commit is contained in:
osaajani 2019-11-27 06:25:33 +01:00
parent f59f7bd757
commit f4bbfa0152
16 changed files with 1049 additions and 18 deletions

View file

@ -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 } ?>