mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: fix config save
This commit is contained in:
		| @@ -177,7 +177,7 @@ class ConfigController extends Controller | ||||
|                 continue; | ||||
|             } | ||||
|             if (array_key_exists($k, $data)) { | ||||
|                 $config[$k] = trim($data[$k]); | ||||
|                 $config[$k] = $data[$k]; | ||||
|             } | ||||
|         } | ||||
|         $data = var_export($config, 1); | ||||
|   | ||||
							
								
								
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user