Environmant fix
This commit is contained in:
@@ -9,7 +9,6 @@ class Media extends BaseController
|
||||
public function index(): void
|
||||
{
|
||||
|
||||
|
||||
$target_file = "/var/www/html/SITEFILES/TEST/test.jpg";
|
||||
$filename = $target_file;
|
||||
$file_extension = strtolower(substr(strrchr($filename, "."), 1));
|
||||
|
||||
Reference in New Issue
Block a user