Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
/* Debug only */
|
||||
if (!defined('_PS_MODE_DEV_')) {
|
||||
if ( $_SERVER['REMOTE_ADDR'] == '91.189.216.43' )
|
||||
if ( $_SERVER['REMOTE_ADDR'] == '83.24.94.72' )
|
||||
define('_PS_MODE_DEV_', false);
|
||||
else
|
||||
define('_PS_MODE_DEV_', false );
|
||||
|
||||
Reference in New Issue
Block a user