Просмотр файла news/adminka/index.php

Размер файла: 796B
<?php
error_reporting(0);
header('Content-type: text/vnd.wap.wml; charset=utf-8');
header('Cache-Control: no-cache, must-relative');
include('../conf/index.php');

echo '<?xml version=\'1.0\' encoding=\'UTF-8\'?><!DOCTYPE wml PUBLIC \'-//WAPFORUM//DTD WML 1.3//EN\' \'http://www.wapforum.org/DTD/wml13.dtd\'><wml><head><meta http-equiv=\'Cache-Control\' content=\'no-cache\' forua=\'true\'/></head><card id=\'index\' title=\'Админка\'><p align=\'left\'>Пароль:<br/><input type=\'text\' name=\'pass'.$r.'\' maxlength=\'30\'/><br/><anchor>Войти&#187;<go href=\'enter.php?'.$r.'\' method=\'post\'><postfield name=\'pass\' value=\'$(pass'.$r.')\'/><postfield name=\'auth\' value=\'auth\'/></go></anchor><br/><br/><a href=\'http://'.$site.'\'>Главная</a></p></card></wml>';
?>