Author Topic: Security configuration  (Read 14521 times)

0 Members and 1 Guest are viewing this topic.

jorge_melo

  • Full Member
  • ***
  • Posts: 15
    • Zinergias - La Bodega Inmobiliaria
Security configuration
« 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";