Mibew Messenger Community

Contributions => Plugins, tips, and tricks => Topic started by: jorge_melo on January 20, 2009, 10:40:30 PM

Title: Security configuration
Post by: jorge_melo on January 20, 2009, 10:40:30 PM
When installing webim, to proceed to remove the privileges of reading and execution of the config.php file ditectorio libs only the owner should have privileges, and to learn from our user database and password, for example:

/*
 *  MySQL Database parameters
 */
$mysqlhost = "localhost";
$mysqldb = "webim_db";
$mysqllogin = "webim_lite";
$mysqlpass = "123";