Файл: region_clean/genmat_copy.php
Строк: 41
<?
#######################################
## Mod By KoT (borispol) [76-75-072] ##
#######################################
require_once "start.php";
require_once "sid.php";
header('Cache-Control: no-store, no-cache, must-revalidate');
if ($ver == "wml")header ("Content-type:text/vnd.wap.wml; charset=utf-8");
else header("Content-Type:text/html; charset=UTF-8");
require_once "inc.php";
$link = connect_db();
list($row, $id, $ps, $fsize1, $fsize2) = check_login($link);
require_once "version.php";
if ($ver == "wml") {
echo $xml;
echo $dtd;
echo "<wml>
<card id="index" title="Генератор матов">
<p align="center">";
} else {
echo "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><link rel="stylesheet" type="text/css" href="css/$css.css"/>
<title>Генератор матов</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>
<div align="center">";
}
echo "Копировать мат:<br/>
<input name="text" value="$m1 $m2"/>";
echo '<br />';
if (isset ($rm)) {
echo "<div class = 'd1'><a href="chat.php?$ses&rm=$rm$takep">В чат</a></div>";
}
echo "<div class = 'd1'><a href="genmat.php?$ses$takep">Генератор матов</a></div>";
echo "<div class = 'd1'><a href="enter.php?$ses&ref=$ref">Прихожая</a></div>";
include_once "foot.php";
?>