Размер файла: 1.47Kb
<?php
/////////////////////////////////////////////////////////////////////////////////////////////////////
// НАЗВАНИЕ СКРИПТА: ГОЛОСОВАНИЕ v.1 //
// АВТОР СКРИПТА: HOBLIN //
// E-MAIL: [email protected] //
// WAP САЙТ: http://hoblin.h2m.ru //
// ICQ: 439796326 //
// ВНИМАНИЕ !!! ////////////////////////////////////////////////////////////////////////////////////
// ПО ВОПРОСАМ НАПИСАНИЯ СКРИПТОВ НАЗАКАЗ ОБРАЩАЙТЕСЬ В АСЮ //
/////////////////////////////////////////////////////////////////////////////////////////////////////
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
include ("../../config.php");
include ("../../themes/".$themes.".php");
include ("../trans.php");
echo "<center>Вход</center><hr>";
echo "Войти<form action=\"enter.php\" method=\"post\">";
echo "<input type=\"password\" name=\"pass\" maxlength=\"32\"/><br/>";
echo "<input type=\"submit\" value=\"Вход\"/>";
echo "</form><hr>";
include ("../../templates/foot.php");
?>