Просмотр файла gchat/cms/dcms_6/head.php

Размер файла: 796B
<?php
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
$set['title']='GlobalChat';
include_once '../sys/inc/thead.php';
title();aut ();

define ('DIV_SECTION_1', 'post');
define ('DIV_SECTION_2', 'post');
define ('DIV_MSG', 'msg');
define ('DIV_ERROR', 'err');
define ('DIV_PAGINATION', 'str');
if (isset ($user))
{
define ('USER_ID', $user['id']);
define ('USER_NICK', $user['nick']);
define ('USER_SEX', $user['pol']);
if ($user['group_access'] == 15)
define ('USER_ADMIN', 1);
}