Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-09-17 00:16:25 +02:00
parent 62e48cfa22
commit 4f2e59e791
20 changed files with 67722 additions and 103 deletions

View File

@@ -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 );