mirror of
				https://github.com/linuxserver/Heimdall.git
				synced 2025-10-31 13:07:50 +09:00 
			
		
		
		
	Fix upload paths
This commit is contained in:
		| @@ -77,7 +77,7 @@ class SettingsController extends Controller | ||||
|                     ); | ||||
|                 } | ||||
|  | ||||
|                 $path = $request->file('value')->store('backgrounds'); | ||||
|                 $path = $request->file('value')->store('backgrounds', 'public'); | ||||
|  | ||||
|                 if ($path === null) { | ||||
|                     throw new \Exception('file_not_stored'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user