mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #4386 from nextcloud/enh/noid/absolut-apps-path
nextcloud - update apps_paths to include absolute path
This commit is contained in:
commit
051871f67a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'apps_paths' => array (
|
'apps_paths' => array (
|
||||||
0 => array (
|
0 => array (
|
||||||
'path' => OC::$SERVERROOT.'/apps',
|
'path' => '/var/www/html/apps',
|
||||||
'url' => '/apps',
|
'url' => '/apps',
|
||||||
'writable' => false,
|
'writable' => false,
|
||||||
),
|
),
|
||||||
1 => array (
|
1 => array (
|
||||||
'path' => OC::$SERVERROOT.'/custom_apps',
|
'path' => '/var/www/html/custom_apps',
|
||||||
'url' => '/custom_apps',
|
'url' => '/custom_apps',
|
||||||
'writable' => true,
|
'writable' => true,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue