@linuxoid try with this code
use Concrete\Core\File\Set\Set;
use Concrete\Core\Permission\Checker;
$fp = new Checker(Set::getGlobal());
$extensions = $fp->getAllowedFileExtensions();
@linuxoid try with this code
use Concrete\Core\File\Set\Set;
use Concrete\Core\Permission\Checker;
$fp = new Checker(Set::getGlobal());
$extensions = $fp->getAllowedFileExtensions();