Вход Регистрация
Файл: admin/index_tpl.php
Строк: 9
<div class="razd">Введите код:</div><div class="menu"><form method="GET">

<textarea cols=60 rows=30 name="rates">
<?
$sod 
file_get_contents("../dat/index.tpl");
echo 
$sod;

?>
</textarea><BR>
<input type="submit">
</form>

<?php
$rates 
$_GET['rates'];

if(isset(
$rates))
{
$fp fopen("../dat/index.tpl","w");
fputs($fp,"$rates");
fclose($fp);
}

?>
Онлайн: 3
Реклама