A new, object-oriented, better vesion of μForum
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
353 B

<?php
//uForum config
//don't modifiy this file!
ini_set('display_errors', '1');
define('DB_HOST','localhost');
define('DB_USER','root');
define('DB_PASSWD','');
define('DB_NAME','uf2');
define('DB_PREFIX','uf_');
define('VERSION','2.0.0');
define('UF_INSTALLED',true);
define('COOKIE_DOMAIN', '');
define('COOKIE_PATH', '/uf2');
?>