diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-29 11:07:41 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-29 11:07:41 +0200 |
commit | 6917d741931acb8d8a5dddbc6c668a5b75960a91 (patch) | |
tree | 528a4d8969ce5b96459e9541a3598be493987651 /settings/templates | |
parent | 9b605969f1ef9826469c68ec35df768063f904ba (diff) | |
download | nextcloud-server-6917d741931acb8d8a5dddbc6c668a5b75960a91.tar.gz nextcloud-server-6917d741931acb8d8a5dddbc6c668a5b75960a91.zip |
move the ownCloud version to admin which makes more sense. A normal user can´t update ownCloud anyways.
Diffstat (limited to 'settings/templates')
-rwxr-xr-x | settings/templates/admin.php | 7 | ||||
-rw-r--r-- | settings/templates/personal.php | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a9f727d6764..033cd1a1642 100755 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -54,3 +54,10 @@ if(!$_['htaccessworking']) { </table> <input id='moreLog' type='button' value='<?php echo $l->t('More');?>...'></input> </fieldset> + + +<p class="personalblock"> + <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> + Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="http://gitorious.org/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>. +</p> + diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 014996a5b20..ee40120d724 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -55,10 +55,5 @@ echo $form; };?> -<p class="personalblock"> - <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> - Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="http://gitorious.org/owncloud" target="_blank">source code</a> is freely 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>. -</p> - |