mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
5 lines
No EOL
147 B
PHP
5 lines
No EOL
147 B
PHP
<?php
|
|
$installedVersion = OCP\Config::getAppValue('files_external', 'installed_version');
|
|
if (version_compare($installedVersion, '0.2', '<')) {
|
|
|
|
} |