upload init move to media

This commit is contained in:
2022-08-30 20:00:41 +02:00
parent 270bbfceb4
commit 7a3faf4b31
7 changed files with 1 additions and 9 deletions

View File

@ -61,6 +61,7 @@ class MinioController extends AbstractController
case "uploads/avatar/system.jpg":
case "uploads/header/header.jpg":
case "uploads/logo/logo.png":
$file = str_replace("uploads","medias",$file);
$filePath = $file;
$content = file_get_contents($file);
break;