79572684

Date: 2025-04-14 08:31:48
Score: 1
Natty:
Report link

Add logic condition to prevent showing toastr in every page

In includes-bottom.php:

     <script>
        if ($this->session->flashdata('error_message') !== null) {
            toastr.error('<?php echo $this->session->flashdata('error_message');?>');
        }
    </script>
<?php } ?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hendra