<?php
require_once"../includes/start.php";
require_once"../includes/functions.php";
require_once"../includes/header.php";
include_once"../themes/".$config['themes']."/index.php";
echo'<b><center>*Football MANAGER* - Рынок.</center></b><br>';
if(file_get_contents('settr.dat')=='|On|')
header("Location:shop.php");
else
echo'<hr>
Трансфeрное окно закрыто.
<hr/>';
echo'[<a href="main.php?'.SID.'">В панель управления</a>]<br>';
echo'<hr><a href="../index.php?'.SID.'">На главную</a>';
include_once"../themes/".$config['themes']."/foot.php";
?>
неработает хз почему,хоть в файле settr.dat Прописано |On|
Изменил: valakas (23.07.2010 / 17:27)