core/m.php

4 lines
47 B
PHP
Raw Normal View History

2023-07-12 20:02:20 +05:00
<?php
mail("1@yurecnt.ru", "test", "test");
?>