Environmant fix

This commit is contained in:
CHIEFSOFT\ameye
2026-01-04 07:51:30 -05:00
parent 9d360a74ad
commit 9723a18a35
6 changed files with 11 additions and 7 deletions
-1
View File
@@ -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));