diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-13 21:51:47 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-13 21:51:47 +0200 |
commit | 7cf81f2d127aa6ea119c4f79db211bcae746735d (patch) | |
tree | 74664d9bebd947ebf7dcff87b6e5695be6278055 /settings/templates | |
parent | 3f54e3c783274c4d6b9ccd06bf434fdf0529d324 (diff) | |
download | nextcloud-server-7cf81f2d127aa6ea119c4f79db211bcae746735d.tar.gz nextcloud-server-7cf81f2d127aa6ea119c4f79db211bcae746735d.zip |
show the channel. Also mark git as git channel so that someone can see where this build comes from
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 2 | ||||
-rw-r--r-- | settings/templates/personal.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index d51a22b72a4..1091b1dab54 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -248,7 +248,7 @@ endfor;?> <fieldset class="personalblock"> <h2><?php p($l->t('Version'));?></h2> - <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getVersionString()); ?> + <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getVersionString().' ('.OC_Util::getChannel().')'); ?> <?php if (OC_Util::getEditionString() === ''): ?> <p> <?php print_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.')); ?> diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 1be7be578d3..60c509b4a1c 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -167,7 +167,7 @@ if($_['passwordChangeSupported']) { <fieldset class="personalblock"> <h2><?php p($l->t('Version'));?></h2> - <strong><?php p($theme->getName()); ?></strong> <?php p(OC_Util::getVersionString()); ?><br/> + <strong><?php p($theme->getName()); ?></strong> <?php p(OC_Util::getVersionString().' ('.OC_Util::getChannel().')'); ?><br /> <?php if (OC_Util::getEditionString() === ''): ?> <?php print_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.')); ?> <?php endif; ?> |