Файл: Admin Mail v2.0/mail.php
Строк: 18
<?php
header("Content-type: text/vnd.wap.wml;charset=WINDOWS-1251");
echo '<?xml version="1.0" encoding="WINDOWS-1251"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">';
echo '<wml>
<card id="main" title="Title">';
?>
<small>
Ваш e-mail:<br/>
<input type="text" name="from"/><br/>
Сообщение:<br/>
<input type="text" name="body"/><br/>
<anchor>Отправить<go href="sendmail.php" method="post">
<postfield name="from" value="$(from)"/>
<postfield name="body" value="$(body)"/>
</go></anchor><br/>
<a href="index.php">Главная</a><br/>
</small>
</card></wml>