Update database.php

This commit is contained in:
sidya82 2015-02-08 22:49:17 +01:00
parent 2f1aa2d596
commit 2961bfe4f4
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ return array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'moduleweb',
'username' => 'root',
'password' => 'l3miashs2015',
'username' => '',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',