UPDATE: change database credentials and update development mode IP
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user