In config.yml
File:
allowed_extensions:
- exe
- foo
Or in _config.php
Config::inst()->update('File', 'allowed_extensions', array('exe', 'foo'));
Posted to: SS3.1 File::$allowed_extensions | Show Thread | Post Reply
In config.yml
File:
allowed_extensions:
- exe
- foo
Or in _config.php
Config::inst()->update('File', 'allowed_extensions', array('exe', 'foo'));
Posted to: SS3.1 File::$allowed_extensions | Show Thread | Post Reply