+ Changed generating last post and post count in forum and topic.php
+ Deleted not used template file: post_add_body.tpl + Replaced MCP images git-svn-id: https://svn.pioder.pl/uf-svn/uF@21 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
22
install1/config.php
Normal file
22
install1/config.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* @package uForum
|
||||
* @file config.php
|
||||
* @version $Id$
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
die('Hacking attempt');
|
||||
}
|
||||
@ini_set('display_errors', '1');
|
||||
define('DB_HOST','%host%');
|
||||
define('DB_USER','%user%');
|
||||
define('DB_PASS','%pass%');
|
||||
define('DB_NAME','%dbname%');
|
||||
define('DB_PREFIX','%dbprefix%');
|
||||
define('VERSION','1.0.B3');
|
||||
define('UF_INSTALLED',false);
|
||||
?>
|
||||
Reference in New Issue
Block a user