start copy from cimac web
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
<?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 }} ?>
|
||||
Reference in New Issue
Block a user