Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghu Nayyar <me@iraghu.com>2013-04-27 08:12:38 +0400
committerRaghu Nayyar <me@iraghu.com>2013-04-27 08:12:38 +0400
commit2bcb64e7813e5118676958a79910cdb604f9439b (patch)
tree0e892caa817759417df4f37f2e7bae9eea521a27 /settings/templates
parent7b2c64236ce3ddd6cf1a09c67745a8f7ab9c356b (diff)
parentb6fee2d25794ff3214e1bbf857861f6d681c4cf2 (diff)
Merge pull request #3114 from owncloud/update-notification
Add an update notification
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 182168ce9eb..28254b7aa18 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -233,8 +233,7 @@ endfor;?>
<fieldset class="personalblock">
<legend><strong><?php p($l->t('Version'));?></strong></legend>
- <strong>ownCloud</strong> <?php p(OC_Util::getVersionString()); ?> <?php p(OC_Util::getEditionString()); ?>
- (<?php print_unescaped(OC_Updater::ShowUpdatingHint()); ?>)<br/>
+ <strong>ownCloud</strong> <?php p(OC_Util::getVersionString()); ?> <?php p(OC_Util::getEditionString()); ?><br/>
<?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>.')); ?>
</fieldset>