View file system/config.php

File size: 801B
<?php
			#################				Автор: redmal								#############
	######################				Сайт: http://srcblog.ru						####################
############################			[email protected]							###########################
	error_reporting(-1);
	ini_set('display_errors', '1');
	
	header("Content-type: text/html; charset=utf-8");
	header("Cache-control: no- cache");
	define('root',$_SERVER['DOCUMENT_ROOT'].'/autolist/');
	define('host','http://'.$_SERVER['HTTP_HOST'].'/autolist/');
 
	include root.'system/classes/connect.php';
	
	$sql=new db_connect;
			#################				Автор: redmal								#############
	######################				Сайт: http://srcblog.ru						####################
############################			[email protected]							###########################
?>