media file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user