10 lines
		
	
	
		
			235 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			235 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    'components' => [
 | 
						|
        'request' => [
 | 
						|
            // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
 | 
						|
            'cookieValidationKey' => '',
 | 
						|
        ],
 | 
						|
    ],
 | 
						|
];
 |