Просмотр файла profile/mypass.php

Размер файла: 443B
<?php

// выводим верх страницы
include '../verh.php';

?>
<form action="gopass.php" method="post">
Адрес сайта:<br/>
<input type="text" name="url" value="http://" maxlength="50"/><br/>
<input type="submit" name="submit" value="OK"><br/>
</form>
<?


echo "</div><div class=\"info\">
&#187;<a href=\"../index.php\">На главную</a><br/>";

// выводим низ страницы
include '../niz.php';

?>