diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 34804791..7ec527cc 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -98,13 +98,13 @@ }, "google-merchant_id-1.xml": { "type": "-", - "size": 18563698, + "size": 18429810, "lmtime": 0, "modified": true }, ".htaccess": { "type": "-", - "size": 88570, + "size": 87138, "lmtime": 0, "modified": true }, diff --git a/config/defines.inc.php b/config/defines.inc.php index ed1edd5b..453069ec 100644 --- a/config/defines.inc.php +++ b/config/defines.inc.php @@ -25,7 +25,7 @@ */ /* Debug only */ -( $_SERVER['REMOTE_ADDR'] == '178.42.108.40' ) ? define('_PS_MODE_DEV_', false ) : define('_PS_MODE_DEV_', false); +( $_SERVER['REMOTE_ADDR'] == '178.42.187.208' ) ? define('_PS_MODE_DEV_', false ) : define('_PS_MODE_DEV_', false); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); if (_PS_MODE_DEV_ === true) {