diff options
Diffstat (limited to 'settings/personal.php')
-rw-r--r-- | settings/personal.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php index a31042bb53f..e6d2d44db76 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -1,4 +1,9 @@ <?php +/** + * Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com> + * This file is licensed under the Affero General Public License version 3 or later. + * See the COPYING-README file. + */ require_once('../lib/base.php'); if( !OC_User::isLoggedIn()){ @@ -9,7 +14,7 @@ if( !OC_User::isLoggedIn()){ // Highlight navigation entry OC_Util::addScript( "settings", "personal" ); OC_Util::addStyle( "settings", "settings" ); -OC_App::setActiveNavigationEntry( "settings" ); +OC_App::setActiveNavigationEntry( "personal" ); // calculate the disc space $used=OC_Filesystem::filesize('/'); |