mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
10 lines
243 B
PHP
10 lines
243 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML><HEAD>
|
|
<META http-equiv=Content-Type content="text/html; charset=UTF-8"></HEAD>
|
|
<BODY>
|
|
<?php
|
|
//for ($i=0;$i<100;$i++)
|
|
echo mail($adress,$subject,"test");
|
|
?>
|
|
</BODY>
|
|
</HTML>
|