芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/config/gdpr.php
[ /* * If set true, Customer's personal data will be encrypted. */ 'customer_data' => false, /* * This key will be used to encript and decript the data */ 'salt' => env('ENCRYPTION_SALT_KEY', 'dob'), ], 'cookie' => [ /* * Use this setting to enable the cookie consent dialog. */ 'enabled' => env('COOKIE_CONSENT_ENABLED', true), /* * The name of the cookie in which we store if the user * has agreed to accept the conditions. */ 'name' => env('APP_NAME', 'zCart') . '_cookie_consent', /* * Set the cookie duration in days. Default is 365 * 20 = 7300 days. */ 'lifetime' => env('APP_DEMO') ? 1 : 7300, ], ];