getConfig()->getAppValue('passman', 'check_version', '1') === '1'; $AppInstance = new App(); $localVersion = $AppInstance->getAppInfo("passman")["version"]; if ($checkVersion) { // get latest master version $version = false; $githubVersion = $l->t('Unable to get version info'); $url = 'https://raw.githubusercontent.com/nextcloud/passman/master/appinfo/info.xml'; try { $client = OC::$server->getHTTPClientService()->newClient(); $response = $client->get($url); $xml = $response->getBody(); } catch (\Exception $e) { $xml = false; } if ($xml) { $loadEntities = libxml_disable_entity_loader(true); $data = @simplexml_load_string($xml); libxml_disable_entity_loader($loadEntities); if ($data !== false) { $version = (string)$data->version; } else { libxml_clear_errors(); } } if ($version !== false) { $githubVersion = $version; } } $ciphers = openssl_get_cipher_methods(); ?>

t('Passman Settings')); ?>

t('Github version:') . ' ' . $githubVersion); print '
'; } ?> Local version:
t('A newer version of passman is available')); } ?>

t('Move credentials from one account to another')); ?>


t('Source account')); ?>
t('Destination account')); ?>
Requests to delete vault