diff options
author | Frank Karlitschek <frank@devel.(none)> | 2011-11-19 12:02:34 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@devel.(none)> | 2011-11-19 12:02:34 +0100 |
commit | 7df9d934caecfdbc6e316d79e37d37ebd52bdda6 (patch) | |
tree | 02f67da8816e8c6364539f9ca6e3229af97b944a /settings | |
parent | 949bd2c47a47196f767aa8a6a8e70ae0b834ad90 (diff) | |
download | nextcloud-server-7df9d934caecfdbc6e316d79e37d37ebd52bdda6.tar.gz nextcloud-server-7df9d934caecfdbc6e316d79e37d37ebd52bdda6.zip |
second half of the updating stuff
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 54487165f3c..8c5de5ccf2a 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -50,7 +50,9 @@ };?> <p class="personalblock"> - <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?>, <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> + <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?><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> </p> |