mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -106,6 +106,9 @@ class ConfigController extends Controller | |||||||
|             abort(500, '修改失败'); |             abort(500, '修改失败'); | ||||||
|         } |         } | ||||||
|         \Artisan::call('config:cache'); |         \Artisan::call('config:cache'); | ||||||
|  |         if (function_exists('opcache')) { | ||||||
|  |             opcache_reset(); | ||||||
|  |         } | ||||||
|         return response([ |         return response([ | ||||||
|             'data' => true |             'data' => true | ||||||
|         ]); |         ]); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user