ppeasy/public/include/alertcheck.php

12 lines
607 B
PHP

<?php
if (isset($_SESSION["alertstd"])) {
if ($_SESSION["alertstd"]=='YES') { ?>
<div class="alert alert-outline-warning alert-warning-shadow mb-0 alert-dismissible fade show" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"><i class="mdi mdi-close"></i></span>
</button>
<strong><?php echo $stderrorfill; ?></strong>
</div>
<?php }} ?>