mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +00:00 
			
		
		
		
	Merge 9a00880a20 into e931e103fe
				
					
				
			This commit is contained in:
		
						commit
						13d9660763
					
				| @ -145,6 +145,9 @@ cat > $RCM_CONFIG <<EOF; | |||||||
| \$config['session_path'] = '/mail/'; | \$config['session_path'] = '/mail/'; | ||||||
| /* prevent CSRF, requires php 7.3+ */ | /* prevent CSRF, requires php 7.3+ */ | ||||||
| \$config['session_samesite'] = 'Strict'; | \$config['session_samesite'] = 'Strict'; | ||||||
|  | /* Persist Customizations */ | ||||||
|  | \$file = __DIR__.'/config_override.inc.php'; | ||||||
|  | \if(file_exists($file)) { include $file; } | ||||||
| ?> | ?> | ||||||
| EOF | EOF | ||||||
| 
 | 
 | ||||||
| @ -166,6 +169,9 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF; | |||||||
| 	 'preemptive_auth' => '1', | 	 'preemptive_auth' => '1', | ||||||
| 	 'hide'        =>  false, | 	 'hide'        =>  false, | ||||||
| ); | ); | ||||||
|  | /* Persist Customizations */ | ||||||
|  | \$file = __DIR__.'/config_override.inc.php'; | ||||||
|  | \if(file_exists($file)) { include $file; } | ||||||
| ?> | ?> | ||||||
| EOF | EOF | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user