diff options
Diffstat (limited to 'config/kernel/auth_config.php')
| -rwxr-xr-x | config/kernel/auth_config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/kernel/auth_config.php b/config/kernel/auth_config.php index 020e8d8..c7e9016 100755 --- a/config/kernel/auth_config.php +++ b/config/kernel/auth_config.php @@ -1,6 +1,6 @@ <?php -session_name( 'bit-user-mergdemosite' ); +session_name( 'bit-user-myhomecloud' ); session_start(); -$gBitDbHost='firebird:dbname=localhost:xxxx;charset=utf8;'; -$gBitDbUser='XXXX'; -$gBitDbPassword='pppp'; +$gBitDbHost='firebird:dbname=localhost:myhomecloud;charset=utf8;'; +$gBitDbUser='SYSDBA'; +$gBitDbPassword='smallBRO'; |
