media file

This commit is contained in:
CHIEFSOFT\ameye
2023-10-07 11:47:26 -04:00
parent 95f99ad9a5
commit 7fe728929a
4 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class WrenchMedia extends BaseController
$fileSection = $uriSegments[$segLen-2];
$fileUID = $uriSegments[$segLen-1];
$supportedSections = ['profile'=>100,'myfile'=>200,'contracts'=>300,'family'=>400];
$supportedSections = ['nn'=>100,'myfile'=>200,'contracts'=>300,'family'=>400];
if (!in_array($fileSection, $supportedSections)) {
// section not supported
// return;