Просмотр файла game/db.php

Размер файла: 641B
<?php

require_once ( '../includes/start.php' );
require_once ( '../includes/functions.php' );
require_once ( '../includes/header.php' );
include_once ( '../themes/header.php' );


//Сессия и заголовки
session_start();
header('Content-type: text/html; charset=utf-8');
header('Pragma: no-cache');


//Небольшие настройки
$main_page='http://'; //Главная страница
$game_name='Эротическое очко'; //Название игры
$title='Fzone.Pp.Ua'; //Заголовок страницы

$s=session_name().'='.session_id();
$mod=intval($_GET['mod']);



?>