Update database.php

This commit is contained in:
sidya82 2015-02-08 22:50:14 +01:00
parent 2961bfe4f4
commit 41b6131d71
1 changed files with 2 additions and 2 deletions

View File

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