Renamed install folder

If you have install this script, please rename catalog "install1" to "install"

git-svn-id: https://svn.pioder.pl/uf-svn/uF@24 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2009-05-07 14:30:33 +00:00
parent 5fe55d3a8f
commit 252bd28722
11 changed files with 0 additions and 0 deletions

22
install1/config.php Normal file
View 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);
?>