Added files - test
git-svn-id: https://svn.pioder.pl/uf-svn/uF@11 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
22
config.php
Normal file
22
config.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dynamic Script Forum
|
||||
* @file config.php
|
||||
* @version 1.0.x, 26-01-2007, 17:48
|
||||
* @copyright 2008(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/dsf.html
|
||||
* @license GNU GPL v3
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
die('Hacking attempt');
|
||||
}
|
||||
@ini_set('display_errors', '1');
|
||||
define('DB_HOST','localhost');
|
||||
define('DB_USER','root');
|
||||
define('DB_PASS','');
|
||||
define('DB_NAME','uf');
|
||||
define('DB_PREFIX','uf_');
|
||||
define('VERSION','9.4.29');
|
||||
define('DSF_INSTALLED',true);
|
||||
?>
|
||||
Reference in New Issue
Block a user