summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-04-01 11:20:12 +0200
committerFrank Karlitschek <karlitschek@kde.org>2012-04-01 11:20:12 +0200
commit6545e4878715c10d85a72b1cdb3f7cef73d7e383 (patch)
treeb915bd496a0425d94748f633f23ee4ff43b33231 /settings
parent6bb48b2731185dd93ad1a1edc52f33725cd99061 (diff)
downloadnextcloud-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.php2
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>