Файл: shaxty.php
Строк: 19
<?php
//Скрипт сайта masteram.us (2010-2014 г.)
//Автор -=ШАХТЕР=-
//Сайт http://waphp.ru
// Настройки БД
define ('DBHOST', 'localhost');
define ('DBNAME', 'goo_3469');
define ('DBUSER', 'goo_3469');
define ('DBPASS', '123321');
// Подключаем PDO
include_once 'shaxty/pdo.php';
// Инклудим настройки
include 'shaxty/shaxty.shaxty';
include_once 'shaxty/start.php';
include_once 'shaxty/func.php';
include_once 'shaxty/user.php';
include_once 'shaxty/gzip.php';
include_once 'shaxty/text2.php';
?>