Database Connection Information

{if substr( PHP_OS, 0, 3 ) == 'WIN'}

Your server seems to run under Microsoft Windows. Please set the PHP_MAGIC_PATH constant in the configuration file.

{/if}
Your configuration was successfully created at {$smarty.const.CONFIG_PKG_PATH}kernel/config_inc.php

If you are interested in debugging or developing Bitweaver, please view this file, as there are important additional options that can not be set elsewhere. Web designers can also find some settings that helps with theme creation.

{form class="form-horizontal" legend="Your database connection information"}
{formlabel label="Database type"} {forminput} {$gBitDbType} {/forminput}
{formlabel label="Host"} {forminput} {$gBitDbHost} {/forminput}
{formlabel label="User"} {forminput} {$gBitDbUser} {/forminput}
{formlabel label="Password"} {forminput} {$gBitDbPassword_print} {/forminput}
{formlabel label="Database name"} {forminput} {$gBitDbName} {/forminput}
{formlabel label="Database prefix"} {forminput} {$db_prefix_bit|replace:"`":""} {/forminput}
{formlabel label="Site base URL"} {forminput} {$bit_root_url} {/forminput}
{if isset( $has_innodb_support )}
{forminput} {/forminput}
{/if}
{forminput} {/forminput}
{/form}