GIF89a;
| Direktori : /home/serb/www/config/ |
| Current File : /home/serb/www/config/config.php |
<?php
/***********************************************************************/
/****************** Setting up your access MySQL ***********************/
/***********************************************************************/
define('BDD_HOST', 'localhost'); // Mysql adress
define('BDD_USER', 'workinpr_service'); // Mysql user
define('BDD_PASSWORD', 'service@123'); // Mysql password
define('BDD_TABLE', 'workinpr_estservice'); // Mysql table
/***********************************************************************/
/********************* Setting up your website *************************/
/***********************************************************************/
define('SITE_NAME', 'Your name site'); // Mysql name site
define('ALLOW_REGISTER', '1'); // 0 - NO || 1 - YES
define('ALLOW_LOGIN', '1'); // 0 - NO || 1 - YES
?>