. */ OCP\Util::addscript('files_external', 'settings'); OCP\Util::addstyle('files_external', 'settings'); $tmpl = new OCP\Template('files_external', 'settings'); $tmpl->assign('allowUserMounting', 'yes'); $tmpl->assign('isAdminPage', true); $tmpl->assign('storage', array()); $tmpl->assign('groups', OC_Group::getGroups()); $tmpl->assign('backends', array('Amazon S3', 'FTP', 'Google Drive', 'SWIFT', 'WebDAV')); $tmpl->assign('configurations', ''); $tmpl->assign('options', array('Encrypt', 'Version control', 'Allow sharing')); return $tmpl->fetchPage(); ?>