Files
uf/config.php
pioder b157d6653e + Censorlist was extended - added replacement parametr
+ Fixed bug with DB Size in check_script.php
+ Deleted a lot of indexes in check_script_data.php
+ Deleted cache index and forum lastpost section in cache_index.php and cache_forum.php
+ Fixed other bugs in warnings
+ Fixed pagination in search.php
+ Replaced DSF logo to uForum logo
+ Moved differend elements in skin
+ Added "WHOIS" option in "Admin/Mod Pool" in view topic
+ Fixed bug in add warnings: couldn't add warn for admin/mod

git-svn-id: https://svn.pioder.pl/uf-svn/uF@29 72ec579a-5ced-4fa4-82f3-afba5d98df2f
2009-05-31 15:20:17 +00:00

19 lines
345 B
PHP

<?php
//uForum config
//don't modifiy this file!
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.5.31');
define('UF_INSTALLED',true);
?>