Created search user method

This commit is contained in:
Pierre
2017-05-27 10:52:12 +02:00
parent 5e03191c3d
commit f3f3713b34
4 changed files with 31 additions and 5 deletions

View File

@ -36,3 +36,10 @@ $config->set("mysql", array(
"user" => "root",
"password" => "root"
));
/**
* Tables of database prefix
*
* For new tables only
*/
$config->set("dbprefix", "comunic_");