initial commit with snapshot 20140213
This commit is contained in:
17
config.php
Normal file
17
config.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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');
|
||||
?>
|
||||
Reference in New Issue
Block a user