+ 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:
@@ -7,12 +7,12 @@ if ( !defined('IN_uF') )
|
||||
{
|
||||
die('Hacking attempt');
|
||||
}
|
||||
@ini_set('display_errors', '1');
|
||||
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.5.1');
|
||||
define('VERSION','9.5.3');
|
||||
define('UF_INSTALLED',true);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user