remotes/origin/stable5
parent
22dcd3b6a6
commit
74665faec5
@ -0,0 +1,20 @@ |
||||
<?php |
||||
/** |
||||
* Copyright (c) 2012 Thomas Müller <thomas.mueller@tmit.eu> |
||||
* This file is licensed under the Affero General Public License version 3 or |
||||
* later. |
||||
* See the COPYING-README file. |
||||
*/ |
||||
|
||||
require_once __DIR__.'/../lib/base.php'; |
||||
|
||||
OC_App::enable('calendar'); |
||||
OC_App::enable('contacts'); |
||||
OC_App::enable('files_archive'); |
||||
OC_App::enable('mozilla_sync'); |
||||
OC_App::enable('news'); |
||||
OC_App::enable('provisioning_api'); |
||||
OC_App::enable('user_external'); |
||||
OC_App::enable('provisioning_api'); |
||||
OC_App::enable('provisioning_api'); |
||||
|
@ -0,0 +1,19 @@ |
||||
<?php |
||||
$CONFIG = array ( |
||||
"appstoreenabled" => false, |
||||
'apps_paths' => |
||||
array ( |
||||
0 => |
||||
array ( |
||||
'path' => '/home/thomas/Development/owncloud/core/apps', |
||||
'url' => '/apps', |
||||
'writable' => false, |
||||
), |
||||
1 => |
||||
array ( |
||||
'path' => '/home/thomas/Development/owncloud/core/apps2', |
||||
'url' => '/apps2', |
||||
'writable' => false, |
||||
) |
||||
), |
||||
); |
Loading…
Reference in new issue