Просмотр файла prav.php

Размер файла: 937B
<?php
Header('Content-Type: application/xhtml+xml;charset=utf-8');
Header('Cache-Control: no-cache, must-revalidate');
$pas='';
require('ini.php');
print '<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"><head><title>Rules</title>
<link rel="stylesheet" type="text/css" href="style.css" /></head><body><div>
<span class="bl">The rules are simple:</span><br />
&gt;Не обижать форумцев<br />
&gt;Не флудить много<br />
&gt;Не рекламить там, где не надо<br />
A тaкжe нeжeлaтeлeн oффтoп<br />
[<a href="index.php">К темам</a>]<br />
[<a href="'.$site.'">На главную</a>]<br />
<small><a href="http://gamemusic.jino-net.ru">&copy;</a> by DreamDragon</small></div></body></html>';
?>