diff --git a/app/config/parameters.php b/app/config/parameters.php index 3f292828..56622fa7 100644 --- a/app/config/parameters.php +++ b/app/config/parameters.php @@ -3,9 +3,9 @@ array ( 'database_host' => 'localhost', 'database_port' => '', - 'database_name' => 'admin_lulandia', - 'database_user' => 'admin_lulandia', - 'database_password' => '6_atdQ-N#xlN-t#0', + 'database_name' => 'host978195_db', + 'database_user' => 'host978195_db', + 'database_password' => 'fNpSJGmNCWTuNhT5HgGa', 'database_prefix' => 'materac_', 'database_engine' => 'InnoDB', 'mailer_transport' => 'smtp', diff --git a/config/defines.inc.php b/config/defines.inc.php index aea141df..ce0ec29d 100644 --- a/config/defines.inc.php +++ b/config/defines.inc.php @@ -26,7 +26,7 @@ /* Debug only */ if (!defined('_PS_MODE_DEV_')) { - if ( $_SERVER['REMOTE_ADDR'] == '91.189.216.43' ) + if ( $_SERVER['REMOTE_ADDR'] == '79.191.210.22' ) define('_PS_MODE_DEV_', false ); else define('_PS_MODE_DEV_', false);