summaryrefslogtreecommitdiffstats
path: root/.config/apps.config.php
diff options
context:
space:
mode:
Diffstat (limited to '.config/apps.config.php')
-rw-r--r--.config/apps.config.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/apps.config.php b/.config/apps.config.php
index a4bed833..4c37f72a 100644
--- a/.config/apps.config.php
+++ b/.config/apps.config.php
@@ -1,15 +1,15 @@
<?php
$CONFIG = array (
- "apps_paths" => array (
+ 'apps_paths' => array (
0 => array (
- "path" => OC::$SERVERROOT."/apps",
- "url" => "/apps",
- "writable" => false,
+ 'path' => OC::$SERVERROOT.'/apps',
+ 'url' => '/apps',
+ 'writable' => false,
),
1 => array (
- "path" => OC::$SERVERROOT."/custom_apps",
- "url" => "/custom_apps",
- "writable" => true,
+ 'path' => OC::$SERVERROOT.'/custom_apps',
+ 'url' => '/custom_apps',
+ 'writable' => true,
),
),
);