Update database.php

This commit is contained in:
sidya82 2015-02-08 22:49:17 +01:00
parent 2f1aa2d596
commit 2961bfe4f4

View File

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