From 6917d741931acb8d8a5dddbc6c668a5b75960a91 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Fri, 29 Jun 2012 11:07:41 +0200 Subject: [PATCH] =?UTF-8?q?move=20the=20ownCloud=20version=20to=20admin=20?= =?UTF-8?q?which=20makes=20more=20sense.=20A=20normal=20user=20can=C2=B4t?= =?UTF-8?q?=20update=20ownCloud=20anyways.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings/templates/admin.php | 7 +++++++ 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']) { ...'> + + +

+ ownCloud ()
+ Developed by the ownCloud community, the source code is licensed under the AGPL. +

+ 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; };?> -

- ownCloud ()
- Developed by the ownCloud community, the source code is freely licensed under the AGPL. -

-