⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.45
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
shopware
/
vendor
/
shopware
/
core
/
Edit File: Defaults.php
<?php declare(strict_types=1); namespace Shopware\Core; use Shopware\Core\Framework\Log\Package; /** * @Internal * System wide defaults that are fixed for performance measures */ #[Package('core')] final class Defaults { /** * @deprecated tag:v6.5.0 - Don't rely on this id, the headless sales channel could be deleted. */ public const SALES_CHANNEL = '98432def39fc4624b33213a56b8c944d'; /** * Don't depend on this being en-GB, the underlying language can be overwritten by the installer! */ public const LANGUAGE_SYSTEM = '2fbb5fe2e29a4d70aa5854ce7ce3e20b'; /** * @deprecated tag:v6.5.0 - Use sales channel default customer group instead */ public const FALLBACK_CUSTOMER_GROUP = 'cfbd5018d38d41d8adca10d94fc8bdd6'; public const LIVE_VERSION = '0fa91ce3e96a4bc2be4bd9ce752c3425'; /** * Don't depend on this being EUR, the underlying currency can be overwritten by the installer! */ public const CURRENCY = 'b7d2554b0ce847cd82f3ac9bd1c0dfca'; public const SALES_CHANNEL_TYPE_API = 'f183ee5650cf4bdb8a774337575067a6'; public const SALES_CHANNEL_TYPE_STOREFRONT = '8a243080f92e4c719546314b577cf82b'; public const SALES_CHANNEL_TYPE_PRODUCT_COMPARISON = 'ed535e5722134ac1aa6524f73e26881b'; public const STORAGE_DATE_TIME_FORMAT = 'Y-m-d H:i:s.v'; /** * Do not use STORAGE_DATE_FORMAT for createdAt fields, use STORAGE_DATE_TIME_FORMAT instead */ public const STORAGE_DATE_FORMAT = 'Y-m-d'; public const CMS_PRODUCT_DETAIL_PAGE = '7a6d253a67204037966f42b0119704d5'; /** * @deprecated tag:v6.5.0 This will be superfluous in future updates, as the salutation will be completely optional. * This constant is only needed to ensure extensions always get a default salutation for customer/address entities * via the `CustomerDefaultSalutationSubscriber`. */ public const SALUTATION = 'ed643807c9f84cc8b50132ea3ccb1c3b'; }
Simpan