diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-01 11:20:12 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-01 11:20:12 +0200 |
commit | 6545e4878715c10d85a72b1cdb3f7cef73d7e383 (patch) | |
tree | b915bd496a0425d94748f633f23ee4ff43b33231 /settings | |
parent | 6bb48b2731185dd93ad1a1edc52f33725cd99061 (diff) | |
download | nextcloud-server-6545e4878715c10d85a72b1cdb3f7cef73d7e383.tar.gz nextcloud-server-6545e4878715c10d85a72b1cdb3f7cef73d7e383.zip |
Show the different editions to the user. Used in the status call, on the personal settings page and in the updater to update to the next available version from the same edition.
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 57731d979d9..d40da7eb773 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -50,7 +50,7 @@ };?> <p class="personalblock"> - <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?><br /> + <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?><br /> developed by the <a href="http://ownCloud.org/credits" target="_blank">ownCloud community</a><br /> <?php echo(OC_Updater::ShowUpdatingHint()); ?><br /> <a href="http://gitorious.org/owncloud" target="_blank">source code</a> licensed freely under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL</a> |