mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 00:25:18 +00:00
Created search user method
This commit is contained in:
@ -36,3 +36,10 @@ $config->set("mysql", array(
|
||||
"user" => "root",
|
||||
"password" => "root"
|
||||
));
|
||||
|
||||
/**
|
||||
* Tables of database prefix
|
||||
*
|
||||
* For new tables only
|
||||
*/
|
||||
$config->set("dbprefix", "comunic_");
|
Reference in New Issue
Block a user