DB change should be included in 1.11:
INSERT INTO settings_current
(variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable)
VALUES
('allow_my_files',NULL,'radio','Platform','true','AllowMyFilesTitle','AllowMyFilesComment','',NULL, 1);
INSERT INTO settings_options (variable, value, display_text)
VALUES
('allow_my_files','true','Yes'),
('allow_my_files','false','No');